Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
muryoimpl committed Jan 19, 2024
1 parent 03afbab commit 004ebf6
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 @@ -280,7 +280,7 @@ function doPost(e) {
startRowNum + i,
5,
1,
).setValues(status.DELIMITED)
).setValue(status.DELIMITED)
}

return ContentService.createTextOutput(messages.delimit_time);
Expand Down

0 comments on commit 004ebf6

Please sign in to comment.