This commit is contained in:
Peter Maquiran
2022-12-19 20:15:56 +01:00
parent 6ab80119fd
commit 71493c4ae8
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ import { AES, enc, SHA1 } from 'crypto-js'
})
export class LocalstoreService {
private prefix = 'v18-'
private prefix = 'v18-';
private previewPrefix = 'v17-';
constructor() {