Skip to content

Commit 8a6ffef

Browse files
committed
Merge branch 'master' into develop
2 parents 12a1f9f + 44ba5e8 commit 8a6ffef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def update_obj_index(self, instance):
176176
# Should not index, but since we don't now the state of the
177177
# instance, we need to send a DELETE request to ensure that if
178178
# the instance was previously indexed, it will be removed.
179-
self.delete_obj_index(self, instance)
179+
self.delete_obj_index(instance)
180180
return
181181

182182
obj = self._build_object(instance)

0 commit comments

Comments
 (0)