From: Maksim Date: Thu, 23 Jan 2020 05:49:00 +0000 (+0000) Subject: Apply suggestion to lib/pleroma/workers/cron/clear_oauth_token_worker.ex X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6f77b7742837f476fb2bf732e5c4ba6bc4fb3799;p=akkoma Apply suggestion to lib/pleroma/workers/cron/clear_oauth_token_worker.ex --- diff --git a/lib/pleroma/workers/cron/clear_oauth_token_worker.ex b/lib/pleroma/workers/cron/clear_oauth_token_worker.ex index 1a4cdc198..a24407874 100644 --- a/lib/pleroma/workers/cron/clear_oauth_token_worker.ex +++ b/lib/pleroma/workers/cron/clear_oauth_token_worker.ex @@ -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"