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