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,