We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f95d238 + 8c9cd13 commit dc25255Copy full SHA for dc25255
functions/definition/team.yaml
@@ -8,7 +8,6 @@ FbTeam:
8
teamName:
9
type: string
10
teamToken:
11
- type: timestamp
+ type: string
12
isArchived: # NOTE: This was added on revamp
13
type: boolean
14
-
functions/generated/pyfirebase/pyfirebase_mapswipe/models.py
@@ -691,7 +691,7 @@ class FbTeam(TypesyncModel):
691
"""Represents a team to limit project visibility."""
692
693
teamName: str
694
- teamToken: datetime.datetime
+ teamToken: str
695
isArchived: bool
696
697
class Config:
0 commit comments