Skip to content

Commit

Permalink
simple fix for last_updated setting
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiBytes committed Nov 10, 2023
1 parent 780d062 commit ec8525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,4 @@ def update(self, content):
self._status = self.STATUS.NOT_MODIFIED.value
else: # raw field changed
self._status = self.STATUS.UPDATED.value
self._entity.raw = content.raw
self._entity.raw = content.raw

0 comments on commit ec8525f

Please sign in to comment.