Skip to content

Commit

Permalink
Update field name
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Jan 22, 2025
1 parent e97de30 commit f50ebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/apps/owasp/models/mixins/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ def idx_type(self):
@property
def idx_updated_at(self):
"""Return updated at for indexing."""
return self.updated_at.timestamp() if self.idx_updated_at else ""
return self.updated_at.timestamp() if self.updated_at else ""

0 comments on commit f50ebf9

Please sign in to comment.