This commit is contained in:
Brendan Abolivier 2019-09-23 17:23:49 +01:00
parent a2a09d42dd
commit 323d685bf7
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD

View File

@ -862,7 +862,7 @@ class RegistrationStore(
if batch_size > len(rows):
return (True, rows_processed_nb)
else:
return (True, rows_processed_nb)
return (False, rows_processed_nb)
end, nb_processed = yield self.runInteraction(
"users_set_deactivated_flag", _background_update_set_deactivated_flag_txn