fix: spelling of invite orUpdate
This commit is contained in:
parent
c849b8eb18
commit
dc43df8937
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export default abstract class InviteCommandHandler {
|
|||
lastname: createInvite.lastname,
|
||||
secret: createInvite.secret,
|
||||
})
|
||||
.orUpdate(["firstName", "lastName", "token", "secret"], ["mail"])
|
||||
.orUpdate(["firstname", "lastname", "token", "secret"], ["mail"])
|
||||
.execute()
|
||||
.then((result) => {
|
||||
return token;
|
||||
|
|
Loading…
Add table
Reference in a new issue