Skip to content

Commit

Permalink
Merge pull request #333 from NibiruChain/develop
Browse files Browse the repository at this point in the history
fix: fix gql builder
  • Loading branch information
cgilbe27 authored Mar 6, 2024
2 parents 04f66cf + 82b30ae commit c73a49f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/gql/mutation/marketing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,8 @@ export const marketingMutationString = (

return `mutation {
marketing {
${gqlQuery(
"updateTwitterUser",
args,
fields
? convertObjectToPropertiesString(fields)
: convertObjectToPropertiesString(defaultTwitterUser),
excludeParentObject
)}
${GQLMarketingMutationQuery.join("\n")}
}
}`
}
Expand Down

0 comments on commit c73a49f

Please sign in to comment.