mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +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
|
||||
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 a new issue