Build fixes
This commit is contained in:
parent
be835c7759
commit
fc3eb1f7d9
6 changed files with 6 additions and 8 deletions
|
|
@ -12,12 +12,10 @@ import * as pino from "pino";
|
|||
|
||||
declare module "@hapi/hapi" {
|
||||
interface Server {
|
||||
// @ts-expect-error
|
||||
logger: pino.Logger;
|
||||
}
|
||||
|
||||
interface Request {
|
||||
// @ts-expect-error
|
||||
logger: pino.Logger;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue