8315-devToTest #3313

Merged
alexm merged 228 commits from 8315-devToTest into test 2024-12-18 10:30:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 576641d09d - Show all commits

View File

@ -43,7 +43,7 @@ module.exports = Self => {
try {
const userId = ctx.req.accessToken.userId;
const worker = await models.Worker.findById(userId, myOptions);
const worker = await models.Worker.findById(userId, {fields: ['id']}, myOptions);
const params = {
isOk: false,