Skip to content

Commit

Permalink
Merge pull request #328 from NibiruChain/develop
Browse files Browse the repository at this point in the history
fix: discord ID chore (#327)
  • Loading branch information
cgilbe27 authored Feb 29, 2024
2 parents 8371c77 + c3ed699 commit 106dd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gql/utils/defaultObjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ export const defaultTwitterUser: GQLTwitterUser = {
displayName: "",
followersCount: 0,
followingCount: 0,
discordId: "",
id: "",
likes: [],
listedCount: 0,
Expand Down

1 comment on commit 106dd9d

@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: 89%
91.2% (1265/1387) 86.28% (541/627) 78.28% (310/396)

Please sign in to comment.