fix merge

This commit is contained in:
Peter Maquiran
2023-01-17 10:47:45 +01:00
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -78,9 +78,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 = []
@@ -126,7 +126,7 @@ export class ProfilePage implements OnInit {
}).catch((error) => {
console.error('storage getnotification: ',error)
})
}
// }
}