👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2022-04-18 18:55:20 +02:00
parent 5719e44b59
commit a9653c20ef

View file

@ -614,6 +614,7 @@ class App {
explicitArray: false, // Only put properties in array if length > 1
},
verify: (req: express.Request, res: any, buf: any) => {
// @ts-ignore
req.rawBody = buf;
},
}),