mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Fix incorrectly named variable
This commit is contained in:
parent
51be4b224f
commit
49e7b94cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const airtable = new AirtablePlus({
|
|||
|
||||
async function getUserFromLogin(loginToken) {
|
||||
const results = await airtable.read({
|
||||
filterByFormula: `{Login Token} = '${safeLoginToken}'`,
|
||||
filterByFormula: `{Login Token} = '${loginToken}'`,
|
||||
maxRecords: 1
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue