From 25220cd23ecbb1f3a7a5a5c552e862ae63126d52 Mon Sep 17 00:00:00 2001 From: baalmart Date: Tue, 15 Oct 2024 08:41:43 +0300 Subject: [PATCH] just changing the logging icon for selected preferences --- src/auth-service/bin/jobs/preferences-update-job.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth-service/bin/jobs/preferences-update-job.js b/src/auth-service/bin/jobs/preferences-update-job.js index 97f4331167..5a98f6642c 100644 --- a/src/auth-service/bin/jobs/preferences-update-job.js +++ b/src/auth-service/bin/jobs/preferences-update-job.js @@ -70,7 +70,7 @@ const updatePreferences = async (siteSelectionMethod = "featured") => { const selectedSites = await getSelectedSites(siteSelectionMethod); if (isEmpty(selectedSites) || selectedSites.length < 4) { - logger.error("👀 No selected sites found. Aborting preference update."); + logger.error("☹️☹️ No selected sites found. Aborting preference update."); return; }