fixed line indent typo

This commit is contained in:
Simon Phoenix 2021-02-27 19:12:01 +01:00 committed by GitHub
parent a2f79a163f
commit 9689376de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -769,7 +769,7 @@ post "/data_control" do |env|
subscriptions = JSON.parse(body)
user.subscriptions += subscriptions.as_a.compact_map do |entry|
entry["snippet"]["resourceId"]["channelId"].as_s
end
end
end
user.subscriptions.uniq!