Skip to content

Commit 5867685

Browse files
Remove unnecessary to_s.
Co-authored-by: Jan Sandbrink <j.sandbrink@openproject.com>
1 parent 0396731 commit 5867685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/wikis/app/models/queries/wikis/page_links/filter/provider_filter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def human_name
4242
end
4343

4444
def allowed_values
45-
::Wikis::Provider.enabled.pluck(:universal_identifier).map { |uid| [uid, uid.to_s] }
45+
::Wikis::Provider.enabled.pluck(:universal_identifier).map { |uid| [uid, uid] }
4646
end
4747

4848
def left_outer_joins = :provider

0 commit comments

Comments
 (0)