Fix typo
This commit is contained in:
@@ -11,4 +11,4 @@ class ChangeSet:
|
||||
self.deleted.append({ 'type': type, 'id': id })
|
||||
|
||||
def update(self, type: str, id: str, property_name: str, property_type: str, property_value: str) -> None:
|
||||
self.updated.append({ 'type': type, 'id': id, 'property': property, 'property_type': property_type, 'property_value': property_value })
|
||||
self.updated.append({ 'type': type, 'id': id, 'property': property_name, 'property_type': property_type, 'property_value': property_value })
|
||||
Reference in New Issue
Block a user