comment notification storage verification

This commit is contained in:
Eudes Inácio
2023-01-16 14:12:51 +01:00
parent 7fbe4abddf
commit 55b1f4c3ba
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -77,9 +77,9 @@ export class ProfilePage implements OnInit {
async getNotificationData() {
const keyExist = await this.storageservice.keyExist("Notifications")
//const keyExist = await this.storageservice.keyExist("Notifications")
if(keyExist) {
//if(keyExist) {
this.storageservice.get("Notifications").then((value) => {
this.DataArray = []
@@ -125,7 +125,7 @@ export class ProfilePage implements OnInit {
}).catch((error) => {
console.error('storage getnotification: ',error)
})
}
// }
}