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
2
2
3
3
orbs :
4
4
5
+
5
6
6
7
commands :
7
8
install-volta :
@@ -62,3 +63,12 @@ workflows:
62
63
node-version :
63
64
- " 16"
64
65
- 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> {
27
27
28
28
export function fastifyHandler (
29
29
server : ApolloServer < BaseContext > ,
30
- options ?: FastifyHandlerOptions < BaseContext >
30
+ options ?: FastifyHandlerOptions < BaseContext > ,
31
31
) : RouteHandlerMethod ;
32
32
export function fastifyHandler < TContext extends BaseContext > (
33
33
server : ApolloServer < TContext > ,
You can’t perform that action at this time.
0 commit comments