Skip to content

Commit

Permalink
Merge pull request #307 from NibiruChain/develop
Browse files Browse the repository at this point in the history
fix: fix again
  • Loading branch information
cgilbe27 authored Feb 5, 2024
2 parents c45e34c + f623432 commit 83b975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gql/mutation/marketing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const marketingMutationString = (
excludeParentObject: boolean,
fields?: Partial<GQLTwitterUser>
) =>
`mutation {
`{
marketing {
${gqlQuery(
"updateTwitterUser",
Expand Down

1 comment on commit 83b975f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 93%
94.62% (1197/1265) 87.7% (542/618) 88.03% (309/351)

Please sign in to comment.