refs #5439 arreglo getUserConfig
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
79c42384ee
commit
a17016a1d8
|
@ -33,7 +33,7 @@ module.exports = function(Self) {
|
||||||
let newConfig = {
|
let newConfig = {
|
||||||
warehouseFk: warehouse.id,
|
warehouseFk: warehouse.id,
|
||||||
companyFk: company.id,
|
companyFk: company.id,
|
||||||
userFk: ctx.req.accessToken.userId,
|
userFk: ctx.req.accessToken.userId
|
||||||
};
|
};
|
||||||
|
|
||||||
userConfig = await models.UserConfig.create(newConfig, myOptions);
|
userConfig = await models.UserConfig.create(newConfig, myOptions);
|
||||||
|
|
Loading…
Reference in New Issue