Remove unnecessary compact_blank

This commit is contained in:
Jose Farias
2024-10-17 22:03:07 -06:00
parent c570fa7e4c
commit be43dbc693
+1 -1
View File
@@ -24,6 +24,6 @@ class Buckets::ViewsController < ApplicationController
end
def filter_params
helpers.bubble_filter_params.to_h.compact_blank
helpers.bubble_filter_params.to_h
end
end