Fix regression from #14329 (#21759)

This commit is contained in:
Arthur Hanson 2026-03-26 09:31:00 -07:00 committed by GitHub
parent 2c0b6c4d55
commit a3a204f2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -279,8 +279,8 @@ class ObjectChangeView(generic.ObjectView):
exclude=['last_updated'],
)
else:
diff_added = None
diff_removed = None
diff_added = {}
diff_removed = {}
return {
'diff_added': diff_added,