Skip to content

Commit

Permalink
just changing the logging icon for selected preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
Baalmart committed Oct 15, 2024
1 parent ff4a813 commit 25220cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth-service/bin/jobs/preferences-update-job.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 25220cd

Please sign in to comment.