Skip to content

Commit

Permalink
fix(types): missing question-mark (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Nov 29, 2018
1 parent 3616458 commit 12ed988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postgraphile/withPostGraphileContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type WithPostGraphileContextFn = (
jwtToken?: string;
jwtSecret?: string;
jwtAudiences?: Array<string>;
jwtRole: Array<string>;
jwtRole?: Array<string>;
jwtVerifyOptions?: jwt.VerifyOptions;
pgDefaultRole?: string;
pgSettings?: { [key: string]: mixed };
Expand Down

0 comments on commit 12ed988

Please sign in to comment.