mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:14:44 +08:00

When `revoke_ungranted_titles!` was invoked, the optional list of `user_ids` was not passed from the argument list to the query. This resulted in an exception because the placeholder `:user_ids` existed in the query.