mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00: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…
Reference in a new issue