Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Oct 24, 2023
1 parent e6018f7 commit f5a7220
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/client/src/internal/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ export type SubgraphPluginUpdatePreparation = {
data: string;
};


export type SubgraphPluginPreparationListItem = {
id: string;
type: PluginPreparationType;
Expand Down Expand Up @@ -237,4 +236,4 @@ export enum SubgraphPluginPermissionOperation {
GRANT = "Grant",
REVOKE = "Revoke",
GRANT_WITH_CONDITION = "GrantWithCondition",
}
}

0 comments on commit f5a7220

Please sign in to comment.