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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
});