mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
add semicoron
This commit is contained in:
@@ -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 () {} });
|
||||
|
||||
Reference in New Issue
Block a user