Skip to content

Commit f5fc900

Browse files
committed
Adjusting action export
1 parent c622aff commit f5fc900

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/basecamp/actions/create-campfire-chatbot-message/create-campfire-chatbot-message.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export default {
7171
});
7272

7373
$.export("$summary", "Successfully posted campfire chatbot message");
74-
return message;
74+
return message ?? {
75+
content,
76+
};
7577
},
7678
};

0 commit comments

Comments
 (0)