Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
WillianAgostini committed Oct 7, 2023
1 parent e49a8b2 commit 004fbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class NordusRequest {
return new URL(url);
}

private setRequestType( nordusConfigApi: NordusConfigApi, request: Request) {
private setRequestType(nordusConfigApi: NordusConfigApi, request: Request) {
if (request.headers.has("Content-Type")) return;

switch (nordusConfigApi.responseType) {
Expand Down

0 comments on commit 004fbbf

Please sign in to comment.