Delete unnecessary raise for debugging

This commit is contained in:
Alex Ling 2021-11-20 08:50:06 +00:00
parent e44213960f
commit 352236ab65

View File

@ -649,7 +649,6 @@ struct APIRouter
"success" => false,
"error" => e.message,
}.to_json
raise e
end
end