fix(index): fix realm in link to character when using a single realm
This commit is contained in:
parent
88e1d143d1
commit
d0eb86daa7
3 changed files with 5 additions and 5 deletions
|
|
@ -79,10 +79,8 @@ export class IndexController {
|
|||
const result = await ssp
|
||||
.where("`deleteInfos_Account` IS NULL")
|
||||
.run();
|
||||
(result as any).realm = realm.name;
|
||||
|
||||
res.json({
|
||||
draw: ssp.draw,
|
||||
...result,
|
||||
});
|
||||
res.json(result);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue