Browse Source

Apply suggestion to lib/pleroma/workers/cron/clear_oauth_token_worker.ex

floki-fast_html-2-electric-boogalo
Maksim 4 years ago
parent
commit
6f77b77428
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/workers/cron/clear_oauth_token_worker.ex

+ 1
- 1
lib/pleroma/workers/cron/clear_oauth_token_worker.ex View File

@@ -4,7 +4,7 @@

defmodule Pleroma.Workers.Cron.ClearOauthTokenWorker do
@moduledoc """
The worker to clean an expired oauth tokens.
The worker to cleanup expired oAuth tokens.
"""

use Oban.Worker, queue: "background"


Loading…
Cancel
Save