Skip to content

Commit

Permalink
Update slack.utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaBoddepalli committed Nov 11, 2024
1 parent 8976207 commit 3d8ff30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/src/utils/slack.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ export const sendSlackCRReviewedNotification = async (
) => {
if (process.env.NODE_ENV !== 'production') return; // don't send msgs unless in prod
const msgs = [];
// let fullMsg;
const fullMsg = `:tada: Your Change Request was just reviewed!${
comments ? `\n Comments: ${comments}` : ''
}\nClick the link to view! :tada:`;
Expand Down

0 comments on commit 3d8ff30

Please sign in to comment.