Add federation to ownership change
This commit is contained in:
parent
0b74c74abe
commit
5cf84858d4
13 changed files with 139 additions and 79 deletions
|
@ -229,7 +229,7 @@ function getUser (req: express.Request, res: express.Response, next: express.Nex
|
|||
}
|
||||
|
||||
async function autocompleteUsers (req: express.Request, res: express.Response, next: express.NextFunction) {
|
||||
const resultList = await UserModel.autocomplete(req.query.search as string)
|
||||
const resultList = await UserModel.autoComplete(req.query.search as string)
|
||||
|
||||
return res.json(resultList)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue