Skip to content

Commit

Permalink
Merge pull request #319 from NibiruChain/develop
Browse files Browse the repository at this point in the history
fix: chore schema (#318)
  • Loading branch information
cgilbe27 authored Feb 15, 2024
2 parents 953e8e9 + 6799029 commit 6172f11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gql/utils/defaultObjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,11 +480,8 @@ export const defaultTweet: GQLTweet = {
inReplyToTweetId: "",
inReplyToUserId: "",
isMention: true,
likeCount: 0,
likes: [defaultLike],
quoteCount: 0,
quoteTweetId: "",
replyCount: 0,
retweetId: "",
text: "",
}
Expand Down

1 comment on commit 6172f11

@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.47% (1197/1267) 86.28% (541/627) 88.03% (309/351)

Please sign in to comment.