added transaction options to findOne()
gitea/salix/test This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-10-10 08:33:22 +02:00
parent f8ba4d38b7
commit 0c097718c1
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ module.exports = Self => {
const models = Self.app.models;
const storageConnector = Self.app.dataSources.storage.connector;
const myUserId = ctx.req.accessToken.userId;
const myWorker = await models.Worker.findOne({where: {userFk: myUserId}});
const myWorker = await models.Worker.findOne({where: {userFk: myUserId}}, myOptions);
const args = ctx.args;
const newDms = await Self.create({