mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
remove order by for now on the main page to prevent an explosion (order by is still an issue with the used package)
This commit is contained in:
parent
17c9825a81
commit
9924bd7b82
@ -46,7 +46,7 @@ export default {
|
||||
Post: {
|
||||
query: gql(`
|
||||
query {
|
||||
Post(first:10, orderBy: shoutedCount_desc) {
|
||||
Post(first:10) {
|
||||
id
|
||||
title
|
||||
contentExcerpt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user