Skip to content

Commit

Permalink
Reverse Arguments (#11870)
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur authored Nov 5, 2024
1 parent 12cf870 commit 1e2a51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/common/src/services/api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1847,8 +1847,8 @@ export class ApiService implements ApiServiceAbstraction {
const [requestHeaders, requestBody] = await this.buildHeadersAndBody(
authed,
hasResponse,
alterHeaders,
body,
alterHeaders,
);

const requestInit: RequestInit = {
Expand Down

0 comments on commit 1e2a51a

Please sign in to comment.