Skip to content

Commit 8ed213b

Browse files
Hotfix/profile liked posts (#103)
* fix(profile): fix liked posts ordering * fix(profile): fix liked posts pagination --------- Co-authored-by: Amira Khalid <149877108+AmiraKhalid04@users.noreply.github.com>
1 parent 0e65224 commit 8ed213b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tweets/tweets.repository.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,8 @@ export class TweetsRepository {
812812
query = this.paginate_service.applyCursorPagination(
813813
query,
814814
cursor,
815-
'tweet',
816-
'liked_at',
815+
'like',
816+
'created_at',
817817
'tweet_id'
818818
);
819819

0 commit comments

Comments
 (0)