We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1e9c2 commit 0210aabCopy full SHA for 0210aab
src/accounting/accounting.service.ts
@@ -30,7 +30,7 @@ import { ConfirmAccountingRequestDto } from "@src/accounting/dto/confirm-account
30
31
@Injectable()
32
export class AccountingService implements OnModuleInit {
33
- private readonly ACCOUNT_REGEX = new RegExp(/^(\d{10,20})$/);
+ private readonly ACCOUNT_REGEX = new RegExp(/^(\d{5,20})$/);
34
private cachedBanks: BankEntity[] = [];
35
36
constructor(
0 commit comments