fix: ordery by

pull/6081/head
Felipe Mateus 4 months ago
parent 81858a8d20
commit 11a5fa9314
No known key found for this signature in database
GPG Key ID: 94D494618F214123

@ -720,7 +720,7 @@ class PublicApiController extends Controller
})
->whereIn('type', $scope)
->whereIn('scope', $visibility)
->orderByDesc('id')
->orderByDesc('created_at')
->cursorPaginate($remainingLimit)
->withQueryString();

Loading…
Cancel
Save