Skip to content

Commit

Permalink
Fix keyword arguments for Ruby 3
Browse files Browse the repository at this point in the history
REDMINE-19438
  • Loading branch information
tf committed Sep 18, 2023
1 parent 5ccd257 commit f4083a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def items_for_entry(entry, options)
entry.revision,
content_element_type_names
),
options
**options
)
end

Expand Down

0 comments on commit f4083a8

Please sign in to comment.