Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit eb404d6

Browse files
committed
rollback user dto changes
1 parent 56781e3 commit eb404d6

File tree

1 file changed

+4
-4
lines changed
  • projects/funixproductions-requests/src/lib/services/funixproductions-api/user/dtos

1 file changed

+4
-4
lines changed

projects/funixproductions-requests/src/lib/services/funixproductions-api/user/dtos/user-dto.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ export class UserCountry {
3535
countryCode2Chars: string;
3636
countryCode3Chars: string;
3737

38-
constructor(name: string,
39-
code: number,
40-
countryCode2Chars: string,
41-
countryCode3Chars: string) {
38+
constructor(name: string = 'France',
39+
code: number = 250,
40+
countryCode2Chars: string = 'FR',
41+
countryCode3Chars: string = 'FRA') {
4242
this.name = name;
4343
this.code = code;
4444
this.countryCode2Chars = countryCode2Chars;

0 commit comments

Comments
 (0)