From 35ab0fe353fbb25e6bfec87e47ce40d9a2389d7f Mon Sep 17 00:00:00 2001 From: Kazuki Date: Fri, 9 Sep 2016 15:29:07 +0900 Subject: [PATCH] add semicoron --- azure-mobile-apps/azure-mobile-apps-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {} });