Skip to content

Commit

Permalink
Merge pull request OpenG2P#148 from Abhishek-Wagh/15.0-develop
Browse files Browse the repository at this point in the history
G2P-1433 made the state field as not mandatory
  • Loading branch information
shibu-narayanan authored Nov 23, 2023
2 parents 26fee8e + dfcae50 commit bed08d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class ProgramRegistrantInfoOut(naive_orm_model.NaiveOrmModel):
state: str = ""
state: Optional[str] = ""
program_registrant_info: Union[Dict, List[Dict]] = {}


Expand Down

0 comments on commit bed08d7

Please sign in to comment.