Skip to content

Commit

Permalink
Merge pull request #310 from NibiruChain/develop
Browse files Browse the repository at this point in the history
fix: another fix
  • Loading branch information
cgilbe27 authored Feb 5, 2024
2 parents e103593 + 37743c1 commit 2d9b7a9
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 @@ -25,7 +25,7 @@ export const marketingMutationString = (
marketing {
${gqlQuery(
"updateTwitterUser",
args,
args.updateTwitterUser ?? {},
fields
? convertObjectToPropertiesString(fields)
: convertObjectToPropertiesString(defaultTwitterUser),
Expand Down

1 comment on commit 2d9b7a9

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

Please sign in to comment.