This commit is contained in:
counterweight 2025-02-08 17:19:29 +01:00
parent f9d0240663
commit ecdaf3dfd6
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -51,7 +51,7 @@ app.post('/api/session-npubbed', async (req, res) => {
console.log("This is the npub: ${npub}"); console.log("This is the npub: ${npub}");
const thereIsAMatchinRecord = boolean(await SessionNpubbed.findOne( const thereIsAMatchingRecord = boolean(await SessionNpubbed.findOne(
{ {
where: { where: {
sessionUuid, sessionUuid,