Add :ok return to CleanEmailVerificationCodes (#1018)

This commit is contained in:
Zero King 2021-05-14 07:55:08 +00:00 committed by GitHub
parent b2bbe06c90
commit e37b39583c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,7 @@ defmodule Plausible.Workers.CleanEmailVerificationCodes do
), ),
set: [user_id: nil] set: [user_id: nil]
) )
:ok
end end
end end