mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
refactor(nestjs): wip
This commit is contained in:
@@ -24,7 +24,7 @@ export class FeaturesConfigure {
|
||||
},
|
||||
{
|
||||
name: Features.BankSyncing,
|
||||
defaultValue: this.configService.get('bankSync.enabled') ?? false,
|
||||
defaultValue: this.configService.get('bankfeed.enabled') ?? false,
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user