Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
juangm committed Dec 16, 2024
1 parent fe78e5b commit 743b0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/src/fragments/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ export const GroupFragment = graphql(
}`,
[GroupMetadataFragment],
);
export type Group = FragmentOf<typeof GroupFragment>;
export type Group = FragmentOf<typeof GroupFragment>;

0 comments on commit 743b0e6

Please sign in to comment.