Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee committed Dec 12, 2023
1 parent 18fdd10 commit 1d922d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-graphql/src/internals/InternalGraphQLAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export class InternalGraphQLAPIClass {

try {
const { body: responseBody } = await this._api.post({
url,
url: new AmplifyUrl(endpoint),
options: {
headers,
body,
Expand Down

0 comments on commit 1d922d0

Please sign in to comment.