aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaksim <parallel588@gmail.com>2020-01-23 05:49:00 +0000
committerMaksim <parallel588@gmail.com>2020-01-23 05:49:00 +0000
commit6f77b7742837f476fb2bf732e5c4ba6bc4fb3799 (patch)
tree94e8ce69213633327c53d30e6325ee3afad571f8 /lib
parentcf19bf3c7c82eb64f10cee309484d9591b1a3cae (diff)
downloadpleroma-6f77b7742837f476fb2bf732e5c4ba6bc4fb3799.tar.gz
Apply suggestion to lib/pleroma/workers/cron/clear_oauth_token_worker.ex
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/workers/cron/clear_oauth_token_worker.ex2
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"