mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-20 04:34:15 -04:00
Remove break point
This commit is contained in:
parent
a68924f0ce
commit
b56d07556e
1 changed files with 0 additions and 2 deletions
|
@ -2376,8 +2376,6 @@ get "/api/v1/channels/:ucid" do |env|
|
||||||
begin
|
begin
|
||||||
author, ucid, auto_generated = get_about_info(ucid)
|
author, ucid, auto_generated = get_about_info(ucid)
|
||||||
rescue ex
|
rescue ex
|
||||||
puts ex.message
|
|
||||||
|
|
||||||
error_message = {"error" => "User does not exist"}.to_json
|
error_message = {"error" => "User does not exist"}.to_json
|
||||||
halt env, status_code: 404, response: error_message
|
halt env, status_code: 404, response: error_message
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue