fix get profile id function
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
887b187b3d
commit
bda0204205
@@ -54,7 +54,6 @@ export function cacheable<T extends (...args: any) => any>(
|
||||
cachedFn.getKey = getKey;
|
||||
cachedFn.clear = async function (...args: Parameters<T>) {
|
||||
const key = getKey(...args);
|
||||
console.log('[cachable] Clear', key);
|
||||
return getRedisCache().del(key);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user