Tweak the phrasing of an auth-by-db comment
Oh, I said two different things were "finally", whoops lol
This commit is contained in:
parent
4d0c48ab7c
commit
c478e6d88c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export async function getAuthToken({ username, password }, db) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Finally, look up this user's ID in the main Dress to Impress database.
|
// Then, look up this user's ID in the main Dress to Impress database.
|
||||||
// (For silly legacy reasons, it can be - and in our current database is
|
// (For silly legacy reasons, it can be - and in our current database is
|
||||||
// always! - different than the ID in the Openneo ID database.)
|
// always! - different than the ID in the Openneo ID database.)
|
||||||
const [rowsFromOpenneoImpress] = await db.query(
|
const [rowsFromOpenneoImpress] = await db.query(
|
||||||
|
|
Loading…
Reference in a new issue