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

This commit is contained in:
Maksim 2020-01-23 05:49:00 +00:00
parent cf19bf3c7c
commit 6f77b77428

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"