feat: create lib function to verify FCM token

This commit is contained in:
2024-06-15 05:47:26 -04:00
parent 20ca88fda9
commit 7675867549
10 changed files with 219 additions and 1 deletions

View File

@@ -174,7 +174,6 @@ describe("requests the /token route", () => {
});
it("token already exists in db, should not insert new entry", async () => {
const minimumTimestamp = DateTime.now();
await db
.insert(deviceTokensTable)
.values({ deviceId: "123", token: "123" });