fix: debug sync block
This commit is contained in:
parent
fa2564e164
commit
1d751c0fbe
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export class BaseItemsController extends BaseHttpController {
|
|||
|
||||
async sync(request: Request, response: Response): Promise<results.JsonResult> {
|
||||
if (response.locals.ongoingTransition === true) {
|
||||
throw new Error('Cannot sync during transition')
|
||||
throw new Error(`Cannot sync user ${response.locals.user.uuid} during transition`)
|
||||
}
|
||||
|
||||
const itemHashes: ItemHash[] = []
|
||||
|
|
Loading…
Reference in a new issue