Skip to content

Commit

Permalink
feat: add modified and created to tracking log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Aug 31, 2023
1 parent ed45d2d commit 76d942b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions completion/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,7 @@ def emit_tracking_log(self):
'block_id': str(self.block_key),
'block_type': self.block_type,
'completion': self.completion,
'modified': self.modified,
'created': self.created,
}
)

0 comments on commit 76d942b

Please sign in to comment.