Skip to content

Commit 0d404ce

Browse files
adding temp logs
1 parent 1edda45 commit 0d404ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/routes/feedback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function feedbackRoute(fastify) {
2121
});
2222

2323
if (!res.ok) {
24-
return reply.status(500).send({ error: 'Slack API error' });
24+
return reply.status(500).send({ error: 'Slack API error: ' + res.text + FEEDBACK_SLACK_URL });
2525
}
2626
return reply.send({ message: res });
2727
} catch (err) {

0 commit comments

Comments
 (0)