- se annuncio cancellato (mostra avviso)

This commit is contained in:
Surya Paolo
2024-09-18 14:56:25 +02:00
parent 1142526ed8
commit 4ac0acc2f3
4 changed files with 29 additions and 12 deletions

View File

@@ -225,7 +225,7 @@ export const useNotifStore = defineStore('NotifStore', {
},
async updateNotifDataFromServer({ username, lastdataread }: { username: string, lastdataread: Date }) {
// console.log('updateNotifDataFromServer', username, lastdataread)
console.log('updateNotifDataFromServer', username, lastdataread)
return Api.SendReq(`/sendnotif/${username}/${lastdataread}/${process.env.APP_ID}`, 'GET', null)
.then((res) => {