mirror of
https://github.com/iv-org/invidious
synced 2024-11-10 21:23:34 +01:00
Remove break point
This commit is contained in:
parent
a68924f0ce
commit
b56d07556e
@ -2376,8 +2376,6 @@ get "/api/v1/channels/:ucid" do |env|
|
||||
begin
|
||||
author, ucid, auto_generated = get_about_info(ucid)
|
||||
rescue ex
|
||||
puts ex.message
|
||||
|
||||
error_message = {"error" => "User does not exist"}.to_json
|
||||
halt env, status_code: 404, response: error_message
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user