forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/workers/cron/clear_oauth_token_worker.ex
This commit is contained in:
parent
cf19bf3c7c
commit
6f77b77428
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
defmodule Pleroma.Workers.Cron.ClearOauthTokenWorker do
|
defmodule Pleroma.Workers.Cron.ClearOauthTokenWorker do
|
||||||
@moduledoc """
|
@moduledoc """
|
||||||
The worker to clean an expired oauth tokens.
|
The worker to cleanup expired oAuth tokens.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
use Oban.Worker, queue: "background"
|
use Oban.Worker, queue: "background"
|
||||||
|
|
Loading…
Reference in a new issue