We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fa1f9 commit 9ab2756Copy full SHA for 9ab2756
2nd-gen/app-distribution-feedback-to-jira/functions/index.js
@@ -47,7 +47,7 @@ export const handleInAppFeedback = async (event) => {
47
if (event.data.payload.screenshotUri) {
48
await uploadScreenshot(issueUri, event.data.payload.screenshotUri);
49
}
50
- return true;
+ return undefined; // returns 204 (no content) which is ignored
51
};
52
53
export const feedbacktojira =
0 commit comments