Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muryoimpl committed Aug 24, 2024
1 parent 9d4ecf9 commit dd4d2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function doPost(e) {
}
SpreadsheetApp.flush()

console.log({ cmd: cmd, user_name: e.parameter.user_name, text: message.delimit_time });
console.log({ cmd: cmd, user_name: e.parameter.user_name, text: messages.delimit_time });

const payload = createMessagePayload(messages.delimit_time);
return createPublicTextOutput(payload);
Expand Down

0 comments on commit dd4d2d2

Please sign in to comment.