Skip to content

Commit a4b0508

Browse files
committed
feat(src): enable dom
1 parent 6e53c8a commit a4b0508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/customer/dtos/kyc.requirements.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export enum CountryCode {
77
BRA = 'BRA',
88
COL = 'COL',
99
CHL = 'CHL',
10-
DOM = 'DOM'
10+
DOM = 'DOM',
1111
}
1212

1313
export class kycRequirements {

0 commit comments

Comments
 (0)