Add explicit return keyword

pull/2545/head
bbielsa 3 years ago committed by Samantaz Fox
parent 0a66a68db8
commit 6764185543
No known key found for this signature in database
GPG Key ID: F42821059186176E

@ -15,5 +15,5 @@ def parse_subscription_export_csv(csv_content : String)
subscriptions << channel_id
end
subscriptions
return subscriptions
end

Loading…
Cancel
Save