File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version: 2.1
22
33orbs :
445+ 56
67commands :
78 install-volta :
@@ -62,3 +63,12 @@ workflows:
6263 node-version :
6364 - " 16"
6465 - Prettier
66+ security-scans :
67+ jobs :
68+ - secops/gitleaks :
69+ context :
70+ - platform-docker-ro
71+ - github-orb
72+ - secops-oidc
73+ git-base-revision : <<#pipeline.git.base_revision>><<pipeline.git.base_revision>><</pipeline.git.base_revision >>
74+ git-revision : << pipeline.git.revision >>
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export interface FastifyHandlerOptions<TContext extends BaseContext> {
2727
2828export function fastifyHandler (
2929 server : ApolloServer < BaseContext > ,
30- options ?: FastifyHandlerOptions < BaseContext >
30+ options ?: FastifyHandlerOptions < BaseContext > ,
3131) : RouteHandlerMethod ;
3232export function fastifyHandler < TContext extends BaseContext > (
3333 server : ApolloServer < TContext > ,
You can’t perform that action at this time.
0 commit comments