chore: remove key prefix

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2025-01-14 09:33:14 +01:00
parent f558d49e27
commit 7d612467c3
@@ -153,12 +153,12 @@ export class CacheManager {
this.errorHandler?.(err);
});
}
return new Keyv({
namespace: pluginId,
ttl: defaultTtl,
store: stores[pluginId],
emitErrors: false,
useKeyPrefix: false,
});
};
}