Skip to content

Commit 3af47b5

Browse files
Update components/offorte/actions/get-contact-details/get-contact-details.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9953424 commit 3af47b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/offorte/actions/get-contact-details/get-contact-details.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export default {
2424
contactId: this.contactId,
2525
});
2626

27-
$.export("summary", `Fetched contact details for ${this.contactId}`);
27+
- $.export("summary", `Fetched contact details for ${this.contactId}`);
28+
+ $.export("$summary", `Fetched contact details for ${this.contactId}`);
2829
return response;
2930
},
3031
};

0 commit comments

Comments
 (0)