Commit 2cfa757d authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): add trailing comma

parent 18dc284f
1 merge request!238[Sprint/HipsterHedgehog] (fix): remove counters from faux activity posts
Pipeline #69273457 passed with stages
in 10 minutes and 49 seconds
......@@ -217,7 +217,7 @@ class Activity extends Entity
'pending',
'rating',
'ephemeral',
'hide_impressions'
'hide_impressions',
));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment