Fix whitespace issues

This commit is contained in:
Nick Thomson 2022-09-23 19:37:30 +01:00
parent c3f2e606dd
commit 731cf8e4ed
5 changed files with 47 additions and 50 deletions

View file

@ -101,7 +101,7 @@ class ApiRouter {
this.router.post('/items/batch/delete', LibraryItemController.batchDelete.bind(this))
this.router.post('/items/batch/update', LibraryItemController.batchUpdate.bind(this))
this.router.post('/items/batch/get', LibraryItemController.batchGet.bind(this))
this.router.post('/items/batch/quickmatch', LibraryItemController.batchQuickMatch.bind(this))
this.router.post('/items/batch/quickmatch', LibraryItemController.batchQuickMatch.bind(this))
//
// User Routes