We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf45652 commit 49be5f5Copy full SHA for 49be5f5
auth-mailchimp-sync/functions/src/logs.ts
@@ -26,11 +26,11 @@ export const complete = () => {
26
};
27
28
export const errorAddUser = (err: Error) => {
29
- console.error("Error when adding user to Mailchimp list", err);
+ console.error("Error when adding user to Mailchimp audience", err);
30
31
32
export const errorRemoveUser = (err: Error) => {
33
- console.error("Error when removing user from Mailchimp list", err);
+ console.error("Error when removing user from Mailchimp audience", err);
34
35
36
export const init = () => {
0 commit comments