mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 20:18:23 -05: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.