Add explicit return keyword

This commit is contained in:
bbielsa 2021-11-17 20:44:04 -05:00 committed by Samantaz Fox
parent 0a66a68db8
commit 6764185543
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

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