mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Fix terminal errors
This commit is contained in:
@@ -16,9 +16,9 @@ const { Storage } = Plugins; */
|
||||
private platform: Platform
|
||||
) {}
|
||||
|
||||
key(key) {
|
||||
this.keyName = (SHA1('service'+this.constructor.name+key)).toString()
|
||||
}
|
||||
key(key:string): string {
|
||||
return (SHA1('service'+this.constructor.name+key)).toString()
|
||||
}
|
||||
|
||||
// Store the value
|
||||
async store(key: string, value: any) {
|
||||
|
||||
Reference in New Issue
Block a user