Skip to content

Commit 55b19e4

Browse files
committed
🧹 Chore: add email tag log during initUserData
1 parent e23c67b commit 55b19e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend/src/user/services/user.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ class UserService {
131131
"Did not tag subscriber due to missing EMAILER_ ENV value(s)",
132132
);
133133
} else {
134+
logger.debug("Adding tag to subscriber");
134135
const subscriber = mapCompassUserToEmailSubscriber(cUser);
135136
await EmailService.addTagToSubscriber(subscriber, ENV.EMAILER_TAG_ID);
136137
}

0 commit comments

Comments
 (0)