Skip to content

Commit

Permalink
fix and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
berkingurcan committed Jun 21, 2024
1 parent cbe6f7b commit 33c196b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "discord-bot",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/surveyToText.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default async function surveyToText(
) {
msg += divider;
msg += `### Unmatched Responses\n`;
msg += `:speech_balloon: Responses not matched with any topic: ${summary.unmatchedResponses.length}\n`;
msg += `:speech_balloon: Responses not matched with any topic: ${summary.unmatchedResponses.length}\n`

const responseMessages = summary.unmatchedResponses.map((response) => {
summarizedResponses.push(response);
Expand Down

0 comments on commit 33c196b

Please sign in to comment.