add content
This commit is contained in:
parent
db5802d8e6
commit
0b98e1c899
@ -84,7 +84,7 @@ export class PostService {
|
||||
case PostOrder.PUBLISHED:
|
||||
return qb.orderBy('post.publishedAt', 'DESC');
|
||||
case PostOrder.CUSTOM:
|
||||
return qb.orderBy('post.custom', 'DESC');
|
||||
return qb.orderBy('post.customOrder', 'DESC');
|
||||
default:
|
||||
return qb
|
||||
.orderBy('post.createdAt', 'DESC')
|
||||
|
Loading…
Reference in New Issue
Block a user