bug fixed
This commit is contained in:
parent
c4c7912480
commit
5d7bbb9298
|
@ -43,7 +43,7 @@ module.exports = function(Self) {
|
|||
countryFk: data.countryFk,
|
||||
isEqualizated: data.isEqualizated
|
||||
};
|
||||
newClient = await Self.create(client, {transaction});
|
||||
newClient = await Self.create(client);
|
||||
await transaction.commit();
|
||||
return newClient;
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in New Issue