Skip to content

Commit 49be5f5

Browse files
list -> audience
1 parent cf45652 commit 49be5f5

File tree

1 file changed

+2
-2
lines changed
  • auth-mailchimp-sync/functions/src

1 file changed

+2
-2
lines changed

auth-mailchimp-sync/functions/src/logs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ export const complete = () => {
2626
};
2727

2828
export const errorAddUser = (err: Error) => {
29-
console.error("Error when adding user to Mailchimp list", err);
29+
console.error("Error when adding user to Mailchimp audience", err);
3030
};
3131

3232
export const errorRemoveUser = (err: Error) => {
33-
console.error("Error when removing user from Mailchimp list", err);
33+
console.error("Error when removing user from Mailchimp audience", err);
3434
};
3535

3636
export const init = () => {

0 commit comments

Comments
 (0)