Skip to content

Commit

Permalink
feat: tweak scene order (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng authored Apr 22, 2019
1 parent d5d619a commit b686d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/service/scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class SceneService extends Service {
},
order: [
[
'createdAt',
'updatedAt',
'ASC',
],
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-datahub",
"version": "2.4.0",
"version": "2.4.1",
"description": "Continuous data provider for development, testing, staging and production.",
"bin": {
"datahub": "./bin/datahub.js",
Expand Down

0 comments on commit b686d7a

Please sign in to comment.