Update storage.service.ts
This commit is contained in:
parent
46612f33c9
commit
d0c460da21
@ -16,8 +16,7 @@ export class StorageService {
|
||||
}
|
||||
|
||||
Object.keys(StorageNamespace).forEach((namespace) => {
|
||||
const keyv = new Keyv({
|
||||
uri,
|
||||
const keyv = new Keyv(uri, {
|
||||
namespace,
|
||||
ttl,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user