diff --git a/azure-mobile-apps/azure-mobile-apps-tests.ts b/azure-mobile-apps/azure-mobile-apps-tests.ts index 6e5aea79e6f64f..6b994b4f059a25 100644 --- a/azure-mobile-apps/azure-mobile-apps-tests.ts +++ b/azure-mobile-apps/azure-mobile-apps-tests.ts @@ -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 () {} });