fix: swag username
Some checks failed
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Waiting to run
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Waiting to run
/ deploy (push) Blocked by required conditions
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Has been cancelled
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Has been cancelled
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Has been cancelled
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Has been cancelled
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Has been cancelled
Some checks failed
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Waiting to run
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Waiting to run
/ deploy (push) Blocked by required conditions
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Has been cancelled
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Has been cancelled
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Has been cancelled
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Has been cancelled
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Has been cancelled
This commit is contained in:
parent
d81bcf43cf
commit
f4ce6d516f
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ module.exports = async function updateUserWithUniqueUsername(
|
||||||
username = ${username}
|
username = ${username}
|
||||||
WHERE
|
WHERE
|
||||||
id = ${userId}
|
id = ${userId}
|
||||||
AND username IS NULL
|
AND (username IS NULL
|
||||||
OR username = ''
|
OR username = '')
|
||||||
RETURNING
|
RETURNING
|
||||||
id
|
id
|
||||||
`
|
`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue