Skip to content

Commit

Permalink
Merge pull request #309 from NibiruChain/develop
Browse files Browse the repository at this point in the history
fix: last fix
  • Loading branch information
cgilbe27 authored Feb 5, 2024
2 parents da5e79f + 15ca846 commit 7fbb693
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 7fbb693

@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.82% (541/616) 88.03% (309/351)

Please sign in to comment.