Skip to content

Commit aaebb6f

Browse files
committed
feat(fastify): setting opts object optional variation
1 parent fec6e82 commit aaebb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/platform-fastify/interfaces/nest-fastify-application.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export interface NestFastifyApplication<
9999
callback?: (err: Error | null, address: string) => void,
100100
): Promise<TServer>;
101101
listen(
102-
opts: FastifyListenOptions,
102+
opts?: FastifyListenOptions,
103103
): Promise<TServer>;
104104
listen(
105105
callback?: (err: Error | null, address: string) => void,

0 commit comments

Comments
 (0)