Skip to content

Commit 67209df

Browse files
authored
Merge pull request #309 from superannotateai/489
Fix timestamp
2 parents 9ce3e73 + f3d6685 commit 67209df

File tree

1 file changed

+1
-1
lines changed
  • src/superannotate/lib/core/entities

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/entities/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def clean_creation_type(cls, _):
139139

140140
class LastUserAction(BaseModel):
141141
email: EmailStr
142-
timestamp: float
142+
timestamp: int
143143

144144

145145
class BaseInstance(TrackableModel, TimedBaseModel):

0 commit comments

Comments
 (0)