Skip to content

Commit fdf0956

Browse files
committed
Remove unnecessary bang
1 parent 4591b46 commit fdf0956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/statistics/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def fetch_events(group_id:, since_at: nil, until_at: nil)
113113
limit: 100,
114114
since: since_at,
115115
until: until_at
116-
}.compact!
116+
}.compact
117117

118118
events = []
119119

0 commit comments

Comments
 (0)