mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-02 00:50:57 +01:00
Update undici in lock file to fix dependency vuln
This commit is contained in:
parent
ba1fe88ad5
commit
56fc90264f
2 changed files with 181 additions and 958 deletions
1137
package-lock.json
generated
1137
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -49,7 +49,7 @@ export const cacheMiddleware = (): MiddlewareHandler => async (c, next) => {
|
|||
|
||||
if (cachedResponse) {
|
||||
console.log('Cache hit');
|
||||
return new Response(cachedResponse.body, cachedResponse);
|
||||
return new Response(cachedResponse.body, cachedResponse as ResponseInit);
|
||||
}
|
||||
|
||||
console.log('Cache miss');
|
||||
|
|
Loading…
Add table
Reference in a new issue