fix: Cleanup return value

This commit is contained in:
Daniel Kempkens 2023-08-17 01:48:03 +02:00
parent 27cf234457
commit e11e13f913
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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