Skip to content

Commit cfa147a

Browse files
committed
fix notification table
1 parent 67bccc9 commit cfa147a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/checkNotifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { createModal } from "./modal.js"; // Assume you have a modal utility
55

66
export async function checkNotifications() {
77

8-
const table = "push_notifications";
8+
const table = "ccported_notifs";
99

1010
const now = Date.now();
1111

static/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-15T04:54:55.347Z
1+
2025-10-15T04:58:29.838Z

0 commit comments

Comments
 (0)