Skip to content

Commit

Permalink
Update Post.gs
Browse files Browse the repository at this point in the history
  • Loading branch information
TIT8 committed May 2, 2024
1 parent ba4809b commit 5b045aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Post.gs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function onSubmit(e) {

var form = FormApp.getActiveForm();
var formResponses = form.getResponses()
var formResponses = form.getResponses();
var data = new Object();

for (var i = 0; i < formResponses.length; i++) {
Expand Down

0 comments on commit 5b045aa

Please sign in to comment.