Success message

This commit is contained in:
Peter Maquiran
2021-07-22 16:06:52 +01:00
parent e8049830c7
commit c20ab17274
18 changed files with 98 additions and 43 deletions
@@ -11,7 +11,7 @@ import { AES, enc, SHA1 } from 'crypto-js'
class ExpedienteStorageServiceService {
// main data
private _list: Event[]
private _list: Event[] = []
private _count = 0
// local storage keyName
private keyName: string;