From ecdaf3dfd68ac1dfce44f2b986408a4826c9e493 Mon Sep 17 00:00:00 2001 From: counterweight Date: Sat, 8 Feb 2025 17:19:29 +0100 Subject: [PATCH] typo --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index d2fab4a..1f449de 100644 --- a/src/app.js +++ b/src/app.js @@ -51,7 +51,7 @@ app.post('/api/session-npubbed', async (req, res) => { console.log("This is the npub: ${npub}"); - const thereIsAMatchinRecord = boolean(await SessionNpubbed.findOne( + const thereIsAMatchingRecord = boolean(await SessionNpubbed.findOne( { where: { sessionUuid,