Skip to content

Commit 21a98cc

Browse files
committed
[SM-254] fix feedback url
1 parent e416cda commit 21a98cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/SupportAPI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const sendFeedbackSnetAPI = ({ name, email, category, feedback, attachmen
2323
attachment_urls: attachmentUrls,
2424
}),
2525
};
26-
const feedbackUrl = process?.env?.REACT_APP_FEEDBACK_ENDPOINT + "err";
26+
const feedbackUrl = process?.env?.REACT_APP_FEEDBACK_ENDPOINT;
2727
if (!feedbackUrl) {
2828
throw new Error("Cannot start the application! process.env.REACT_APP_FEEDBACK_ENDPOINT is undefined");
2929
}

0 commit comments

Comments
 (0)