Skip to content

Commit 0c3a3df

Browse files
committed
fix(usergroup): change type of membership timestamp to int
1 parent 3e9f23a commit 0c3a3df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/definition/userGroup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ FbUserGroupMembership:
7272
action:
7373
type: FbEnumUserGroupMembershipAction
7474
timestamp:
75-
type: timestamp
75+
type: int
7676
userGroupId:
7777
type: string
7878
userId:

functions/generated/pyfirebase/pyfirebase_mapswipe/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ class FbUserGroupMembership(TypesyncModel):
11351135
"""Represents a user contribution"""
11361136

11371137
action: FbEnumUserGroupMembershipAction
1138-
timestamp: datetime.datetime
1138+
timestamp: int
11391139
userGroupId: str
11401140
userId: str
11411141

0 commit comments

Comments
 (0)