chore: debugging counter

This commit is contained in:
Fredrik Burmester
2025-02-21 13:29:40 +01:00
parent 349899d840
commit ef851ae3f5
2 changed files with 9 additions and 0 deletions

View File

@@ -111,6 +111,9 @@ if (!Platform.isTV) {
const url = getServerUrlFromStorage();
const user = getUserFromStorage();
const c = storage.getNumber("notification_send_for_item_ids.count");
storage.set("notification_send_for_item_ids.count", (c || 0) + 1);
console.log(
"TaskManager ~ trigger ~ recently added notifications:",
token,