bug fixed

This commit is contained in:
Gerard 2018-11-29 13:06:31 +01:00
parent c4c7912480
commit 5d7bbb9298
1 changed files with 1 additions and 1 deletions

View File

@ -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) {