We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25de907 commit 955f889Copy full SHA for 955f889
src/types.ts
@@ -101,7 +101,7 @@ export interface Service<
101
getLogFields?(
102
req: RequestWithApp<SLocals>,
103
values: Record<string, string | string[] | number | undefined>,
104
- ): string | undefined;
+ ): string | undefined | void;
105
106
// The repl is a useful tool for diagnosing issues in non-dev environments.
107
// The attachRepl method provides a way to add custom functionality
0 commit comments