Skip to content

Commit a1005e8

Browse files
committed
[eslint] fixes
1 parent e097e04 commit a1005e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/parts/mgmt/apps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ appsApi.createApp = function(params) {
269269
appId: app.ops[0]._id,
270270
data: newApp
271271
});
272-
iconUpload(Object.assign({}, params, {app_id: app.ops[0]._id}));
272+
iconUpload(Object.assign({}, params, {app_id: app.ops[0]._id}));
273273
common.returnOutput(params, newApp);
274274
}
275275
else {

0 commit comments

Comments
 (0)