Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
camallen committed Nov 22, 2019
1 parent ee59b74 commit fcc45af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make-http-request.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ makeHTTPRequest = (method, url, data, headers = {}, query) ->

makeCredentialHTTPRequest = (method, url, data, headers = {}, query) ->
if request.withCredentials?
request = request.withCredentials()
request = request.withCredentials()
makeRequest(request, method, url, data, headers, query)

makeRequest = (request, method, url, data, headers, query) ->
Expand Down

0 comments on commit fcc45af

Please sign in to comment.