Skip to content

Commit

Permalink
chore(icons-docs): rever add icon docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus committed Jan 21, 2025
1 parent 346f93b commit 032f8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/paste-website/src/pages/api/post-to-slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)

// thread is optional if you want to reply to a Slack thread
const { message, channelID, threadID } = requestData;
logger.info(`${LOG_PREFIX} User query`, { message, channelID, threadID, slackToken });
logger.info(`${LOG_PREFIX} User query`, { message, channelID, threadID });

if (message === undefined || message === "") {
logger.error(`${LOG_PREFIX} Message is undefined`);
Expand Down

0 comments on commit 032f8d2

Please sign in to comment.