mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
Fixed codeclimate issue
This commit is contained in:
parent
7939c5065d
commit
c1c2feae08
1 changed files with 2 additions and 4 deletions
|
@ -95,10 +95,8 @@ module Repp
|
|||
account_activity_created_at_gteq
|
||||
account_activity_created_at_lteq
|
||||
account_activity_id_not_null
|
||||
account_activity_id_null
|
||||
cancelled_at_null
|
||||
cancelled_at_not_null
|
||||
number_gteq number_lteq
|
||||
account_activity_id_null cancelled_at_null
|
||||
cancelled_at_not_null number_gteq number_lteq
|
||||
total_gteq total_lteq s] + [s: []])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue