forked from potsda.mn/mobilizon
Correct a @moduledoc
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
0bc7864cb3
commit
b79f918d51
|
@ -1,6 +1,6 @@
|
|||
defmodule Mobilizon.Service.Workers.CleanSuspendedActors do
|
||||
@moduledoc """
|
||||
Worker to clean unattached media
|
||||
Worker to clean suspended actors
|
||||
"""
|
||||
|
||||
use Oban.Worker, queue: "background"
|
||||
|
|
Loading…
Reference in a new issue