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 9953424 commit 3af47b5Copy full SHA for 3af47b5
components/offorte/actions/get-contact-details/get-contact-details.mjs
@@ -24,7 +24,8 @@ export default {
24
contactId: this.contactId,
25
});
26
27
- $.export("summary", `Fetched contact details for ${this.contactId}`);
+- $.export("summary", `Fetched contact details for ${this.contactId}`);
28
++ $.export("$summary", `Fetched contact details for ${this.contactId}`);
29
return response;
30
},
31
};
0 commit comments