fix: update dockerfile
This commit is contained in:
@ -26,7 +26,6 @@ export function createCache<T>(
|
||||
},
|
||||
|
||||
set(key: string, value: T | unknown, opts: SetCacheOptions = {}) {
|
||||
console.log("Setting cache", key);
|
||||
const now = Date.now();
|
||||
const expiresIn = opts.expires ?? createOpts.expires;
|
||||
const expiresAt = expiresIn ? now + expiresIn : undefined;
|
||||
|
Reference in New Issue
Block a user