Skip to content

Commit ddccce0

Browse files
committed
Support for sort by published at
1 parent 6a6c216 commit ddccce0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/api/project-showcase-post/project-showcase-post.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ export class ProjectShowcasePostService {
528528
switch (field) {
529529
case 'title':
530530
case 'status':
531+
case 'publishedAt':
531532
case 'createdAt':
532533
case 'updatedAt':
533534
return [{ [field]: normalizedDirection }];

0 commit comments

Comments
 (0)