Skip to content

Commit

Permalink
fix: pull latest schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Feb 6, 2024
1 parent bae559b commit 79c481f
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 @@ -469,6 +469,7 @@ export const defaultNibiruTweet: GQLNibiruTweet = {
export const defaultLike: GQLLike = {
nibiruTweet: defaultNibiruTweet,
user: defaultTwitterUser,
creationTimestamp: "",
}

export const defaultTweet: GQLTweet = {
Expand Down

0 comments on commit 79c481f

Please sign in to comment.