Skip to content

Commit

Permalink
Revert "lint"
Browse files Browse the repository at this point in the history
This reverts commit 753ba5e.
  • Loading branch information
Paul-Bob committed Nov 11, 2024
1 parent 753ba5e commit f51b2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/avo/resources/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ def fetch_cards
cards
end

def divider(**)
entity_loader(:action).use({class: Divider, **}.compact)
def divider(**kwargs)
entity_loader(:action).use({class: Divider, **kwargs}.compact)
end

# def fields / def cards
Expand Down

0 comments on commit f51b2c6

Please sign in to comment.