mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 03:41:23 +00:00
fix: remove unnecessary pinned orderBy on profile
This commit is contained in:
parent
2a9e182649
commit
6612e4b7ce
@ -473,7 +473,7 @@ export default {
|
||||
filter: this.filter,
|
||||
first: this.pageSize,
|
||||
offset: 0,
|
||||
orderBy: ['pinnedAt_asc', 'createdAt_desc'],
|
||||
orderBy: 'createdAt_desc',
|
||||
}
|
||||
},
|
||||
update({ profilePagePosts }) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user