mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save all
This commit is contained in:
@@ -16,7 +16,7 @@ const { Storage } = Plugins; */
|
||||
) {}
|
||||
|
||||
key(key:string): string {
|
||||
return (SHA1('service'+this.constructor.name+key)).toString()
|
||||
return (SHA1('service'+"StorageService"+key)).toString()
|
||||
}
|
||||
|
||||
async keyExist(key:string) {
|
||||
|
||||
Reference in New Issue
Block a user