Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Make it optional to avoid brekaing change
Browse files Browse the repository at this point in the history
  • Loading branch information
wpf500 committed Feb 15, 2024
1 parent b6cbbf2 commit cbabc0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/data/CalloutData/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ class CalloutMapSchemaData implements CalloutMapSchema {
@IsString()
addressPatternProp!: string;

@IsOptional()
@IsString()
geocodeCountries!: string;
geocodeCountries?: string;
}

class CalloutResponseViewSchemaData implements CalloutResponseViewSchema {
Expand Down

0 comments on commit cbabc0a

Please sign in to comment.