Version Policy Update - Node 22 to 24
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ type CacheMiddlewareOptions = {
|
||||
logger: LoggerService;
|
||||
};
|
||||
|
||||
type ErrorCallback = (err?: Error) => void;
|
||||
type ErrorCallback = (err?: Error | null) => void;
|
||||
|
||||
export const createCacheMiddleware = ({
|
||||
cache,
|
||||
|
||||
Reference in New Issue
Block a user