Skip to content

Commit 712e89a

Browse files
committed
fix trevor
1 parent 1e4f765 commit 712e89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/apollo/src/commands/service

packages/apollo/src/commands/service/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ interface TasksOutput {
8888
federation?: {
8989
errors: ({ message: string } | null)[];
9090
warnings: ({ message: string } | null)[];
91-
schemaHash?: string;
91+
schemaHash?: string | null;
9292
};
9393
}
9494

0 commit comments

Comments
 (0)