Skip to content

Commit 8c9cd13

Browse files
Rup-Narayan-Rajbanshitnagorra
authored andcommitted
fix(team): change teamToken type from timestamp to optional string.
1 parent fe613a3 commit 8c9cd13

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

functions/definition/team.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ FbTeam:
88
teamName:
99
type: string
1010
teamToken:
11-
type: timestamp
11+
type: string
1212
isArchived: # NOTE: This was added on revamp
1313
type: boolean
14-

functions/generated/pyfirebase/pyfirebase_mapswipe/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ class FbTeam(TypesyncModel):
691691
"""Represents a team to limit project visibility."""
692692

693693
teamName: str
694-
teamToken: datetime.datetime
694+
teamToken: str
695695
isArchived: bool
696696

697697
class Config:

0 commit comments

Comments
 (0)