Skip to content

Commit

Permalink
feat: adding calendar_id to Contact
Browse files Browse the repository at this point in the history
  • Loading branch information
svange committed Jul 20, 2024
1 parent af5e75f commit c582e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openbrain/orm/model_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Config:
leadmo_api_key: Optional[str] = Field(default=None, description="The API key for the Leadmo API")
leadmo_location_id: Optional[str] = Field(default=None, description="The location ID for the Leadmo API")
lls_api_key: Optional[str] = Field(default=None, description="The API key for the LLS API")
calendar_id: Optional[str] = Field(default=None, description="The calendar ID for the client, used for testing")

class Meta:
table_name = config.CLIENT_TABLE_NAME
Expand Down

0 comments on commit c582e12

Please sign in to comment.