Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Feb 5, 2024
1 parent 2ac3f01 commit c77f4d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gql/mutation/marketing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ export const marketingMutation = async (
doGqlQuery(
marketingMutationString(args, false, fields),
endpt,
authorizationHeader
authorizationHeader,
true
)

0 comments on commit c77f4d3

Please sign in to comment.