Update storage.service.ts

This commit is contained in:
JannikStreek
2022-05-26 21:00:09 +02:00
committed by GitHub
parent 46612f33c9
commit d0c460da21

View File

@ -16,8 +16,7 @@ export class StorageService {
}
Object.keys(StorageNamespace).forEach((namespace) => {
const keyv = new Keyv({
uri,
const keyv = new Keyv(uri, {
namespace,
ttl,
});