Skip to content

Commit

Permalink
Trigger a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed May 24, 2024
1 parent a7a2f6e commit 6d0610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/consent/lib/consent/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def with_defaults(new_defaults, &block)
# rubocop:disable Lint/UnusedBlockArgument, Security/Eval
def eval_view(key, label, collection_conditions)
view key, label do |user|
eval(collection_conditions)
eval(collection_conditions) #fail, friend
end
end
# rubocop:enable Lint/UnusedBlockArgument, Security/Eval
Expand Down

0 comments on commit 6d0610b

Please sign in to comment.