From 7cebb27171311666ccc71e397be1af4fe289f41f Mon Sep 17 00:00:00 2001 From: masoud Date: Wed, 24 Dec 2025 02:07:42 -0800 Subject: [PATCH] Update src/CMSMicroservice.Infrastructure/BackgroundJobs/ChatikaAccountActivationJob.cs --- .../BackgroundJobs/ChatikaAccountActivationJob.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMSMicroservice.Infrastructure/BackgroundJobs/ChatikaAccountActivationJob.cs b/src/CMSMicroservice.Infrastructure/BackgroundJobs/ChatikaAccountActivationJob.cs index dbb33fd..d28069b 100644 --- a/src/CMSMicroservice.Infrastructure/BackgroundJobs/ChatikaAccountActivationJob.cs +++ b/src/CMSMicroservice.Infrastructure/BackgroundJobs/ChatikaAccountActivationJob.cs @@ -117,7 +117,7 @@ public class ChatikaAccountActivationJob try { // بررسی تکراری نبودن (Double-check) - if (!string.IsNullOrEmpty(userFeature.Notes)) + if (userFeature.IsActive) { _logger.LogDebug( "⏭️ Skipping user {UserId} - already processed",