summaryrefslogtreecommitdiff
path: root/src/api/endpoints/my
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/endpoints/my')
-rw-r--r--src/api/endpoints/my/apps.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/my/apps.js b/src/api/endpoints/my/apps.js
index 3745a92e0f..818c636949 100644
--- a/src/api/endpoints/my/apps.js
+++ b/src/api/endpoints/my/apps.js
@@ -48,7 +48,7 @@ module.exports = (params, user) =>
limit: limit,
skip: offset,
sort: {
- created_at: -1
+ _id: -1
}
});