typo
This commit is contained in:
parent
f9d0240663
commit
ecdaf3dfd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue