From 35c72cc5ced17e84204e68147f5b417b41ac9263 Mon Sep 17 00:00:00 2001 From: Nicolas Florentin Date: Mon, 11 Sep 2023 14:21:51 +0200 Subject: [PATCH] fix comment --- app/workers/supporting_documents_reminder_worker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/workers/supporting_documents_reminder_worker.rb b/app/workers/supporting_documents_reminder_worker.rb index 91a54f2b5..5adb7c66a 100644 --- a/app/workers/supporting_documents_reminder_worker.rb +++ b/app/workers/supporting_documents_reminder_worker.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Asynchronously export the accounting data (AccountingLines) to an external accounting software +# Send a notification to users who did not upload their supporting document files yet class SupportingDocumentsReminderWorker include Sidekiq::Worker