Skip to content

Commit

Permalink
fix(types): WithPostGraphileContextOptions doesn't need shutdownActio…
Browse files Browse the repository at this point in the history
…ns (#1492)
  • Loading branch information
benjie authored Jun 1, 2021
1 parent 9c97af7 commit 336f54f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ export interface HttpRequestHandler<
*/
export interface WithPostGraphileContextOptions {
pgPool: Pool;
shutdownActions: ShutdownActions;
jwtToken?: string;
jwtSecret?: jwt.Secret;
jwtPublicKey?: jwt.Secret | jwt.GetPublicKeyOrSecret;
Expand Down

0 comments on commit 336f54f

Please sign in to comment.