Skip to content

Commit

Permalink
add semicoron
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuki committed Sep 9, 2016
1 parent 18dab80 commit 35ab0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-mobile-apps/azure-mobile-apps-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ mobileApp.api.add('query', { authorize: true, get: (req, res, next) => {
parameters: [
{ name: 'complete', value: 1 }
]
}).then(x => {})
}).then(x => {});
}, delete: function () {} });

0 comments on commit 35ab0fe

Please sign in to comment.