mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
refactor: bank rules e2e test cases
This commit is contained in:
@@ -20,7 +20,8 @@ export class GetBankRuleService {
|
||||
const bankRule = await this.bankRuleModel
|
||||
.query()
|
||||
.findById(ruleId)
|
||||
.withGraphFetched('conditions');
|
||||
.withGraphFetched('conditions')
|
||||
.withGraphFetched('assignAccount');
|
||||
|
||||
return this.transformer.transform(
|
||||
bankRule,
|
||||
|
||||
Reference in New Issue
Block a user