We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f183b6f commit eac2635Copy full SHA for eac2635
packages/backend/src/user/services/user.service.ts
@@ -131,6 +131,7 @@ class UserService {
131
"Did not tag subscriber due to missing EMAILER_ ENV value(s)",
132
);
133
} else {
134
+ logger.debug("Adding tag to subscriber");
135
const subscriber = mapCompassUserToEmailSubscriber(cUser);
136
await EmailService.addTagToSubscriber(subscriber, ENV.EMAILER_TAG_ID);
137
}
0 commit comments