Skip to content

Commit bff82ae

Browse files
Update components/intercom/actions/upsert-contact/upsert-contact.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 224b621 commit bff82ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/intercom/actions/upsert-contact/upsert-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
data,
126126
});
127127
}
128-
$.export("$summary", `Successfully ${requestType} note with ID ${response.id}`);
128+
$.export("$summary", `Successfully ${requestType} contact with ID ${response.id}`);
129129
return response;
130130
},
131131
};

0 commit comments

Comments
 (0)