Store null save

This commit is contained in:
Peter Maquiran
2021-07-23 16:10:47 +01:00
parent 3895106231
commit 4fdae89fbf
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { AES, enc, SHA1 } from 'crypto-js'
})
export class LocalstoreService {
private prefix = 'v10-'
private prefix = 'v11-'
constructor() {