diff options
author | Maksim <parallel588@gmail.com> | 2020-01-23 05:49:00 +0000 |
---|---|---|
committer | Maksim <parallel588@gmail.com> | 2020-01-23 05:49:00 +0000 |
commit | 6f77b7742837f476fb2bf732e5c4ba6bc4fb3799 (patch) | |
tree | 94e8ce69213633327c53d30e6325ee3afad571f8 | |
parent | cf19bf3c7c82eb64f10cee309484d9591b1a3cae (diff) | |
download | pleroma-6f77b7742837f476fb2bf732e5c4ba6bc4fb3799.tar.gz |
Apply suggestion to lib/pleroma/workers/cron/clear_oauth_token_worker.ex
-rw-r--r-- | lib/pleroma/workers/cron/clear_oauth_token_worker.ex | 2 |
1 files changed, 1 insertions, 1 deletions
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" |