Skip to content

Commit

Permalink
and again...
Browse files Browse the repository at this point in the history
  • Loading branch information
pe5ha committed May 17, 2023
1 parent e3c823f commit 3eb5177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GoogleTables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ function sendGASrequest(content: any) {
fetch(scriptURL, {
method: 'POST',
headers: {
'Content-Type': 'application/json;charset=utf-8'
'Content-Type': 'application/json;charset=utf-8',
},
body: JSON.stringify(content)
body: JSON.stringify(content),
});
}

0 comments on commit 3eb5177

Please sign in to comment.