Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhansamani committed Oct 12, 2023
1 parent 6957a8d commit 922fc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export class Authorizer {
): Promise<Types.Response | void> => {
try {
const res = await this.graphqlQuery({
query: 'mutation deactivateAccount { deactivate_account { message } }',
query: 'mutation deactivateAccount { deactivate_account { message } }',
headers,
})
return res.deactivate_account
Expand Down

0 comments on commit 922fc85

Please sign in to comment.