fix: Cleanup return value
This commit is contained in:
parent
27cf234457
commit
e11e13f913
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ defmodule BdfrBrowser.HTTP.Plug do
|
|||
end
|
||||
|
||||
post "/_cleanup" do
|
||||
:ok = Importer.cleanup_messages()
|
||||
_ = Importer.cleanup_messages()
|
||||
send_resp(conn, 200, "CLEANED UP")
|
||||
end
|
||||
|
||||
|
|
Reference in a new issue