mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Fix bug
This commit is contained in:
parent
b22bc035b9
commit
b928e266ed
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ export const meta = {
|
||||||
export default define(meta, async (ps) => {
|
export default define(meta, async (ps) => {
|
||||||
const emojis = await makePaginationQuery(Emojis.createQueryBuilder('emoji'), ps.sinceId, ps.untilId)
|
const emojis = await makePaginationQuery(Emojis.createQueryBuilder('emoji'), ps.sinceId, ps.untilId)
|
||||||
.andWhere(`emoji.host IS NULL`)
|
.andWhere(`emoji.host IS NULL`)
|
||||||
.orderBy('emoji.category', 'ASC')
|
|
||||||
.orderBy('emoji.name', 'ASC')
|
|
||||||
.take(ps.limit!)
|
.take(ps.limit!)
|
||||||
.getMany();
|
.getMany();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue