Skip to content

Commit

Permalink
fix: grantstatus changed to status
Browse files Browse the repository at this point in the history
  • Loading branch information
Agill-Sheron committed Jun 18, 2024
1 parent d2d46c5 commit 39d49a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/generated/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4088,8 +4088,6 @@ export type PaginationFragment = { __typename?: 'CursorPaginationResponse', take

export type ProjectCommunityVoteGrantFragment = { __typename?: 'CommunityVoteGrant', id: any, status: GrantStatusEnum };

export type ProjectCommunityVoteGrantFragment = { __typename?: 'CommunityVoteGrant', id: any, grantStatus: GrantStatusEnum };

export type ProjectNostrKeysFragment = { __typename?: 'Project', id: any, name: string, keys: { __typename?: 'ProjectKeys', nostrKeys: { __typename?: 'NostrKeys', privateKey?: { __typename?: 'NostrPrivateKey', nsec: string } | null, publicKey: { __typename?: 'NostrPublicKey', npub: string } } } };

export type ProjectForProfilePageFragment = {
Expand Down

0 comments on commit 39d49a7

Please sign in to comment.