Skip to content

Commit dd6ba18

Browse files
committed
Fix export key in get-contact-details action
1 parent ae1b72e commit dd6ba18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)