Skip to content

Commit

Permalink
feat(fastify): setting opts object optional variation
Browse files Browse the repository at this point in the history
  • Loading branch information
frndvrgs committed Aug 12, 2024
1 parent fec6e82 commit aaebb6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export interface NestFastifyApplication<
callback?: (err: Error | null, address: string) => void,
): Promise<TServer>;
listen(
opts: FastifyListenOptions,
opts?: FastifyListenOptions,
): Promise<TServer>;
listen(
callback?: (err: Error | null, address: string) => void,
Expand Down

0 comments on commit aaebb6f

Please sign in to comment.