Skip to content

Commit

Permalink
chore(icons-docs): add icon docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus committed Jan 21, 2025
1 parent 5434def commit 346f93b
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 });
logger.info(`${LOG_PREFIX} User query`, { message, channelID, threadID, slackToken });

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

0 comments on commit 346f93b

Please sign in to comment.