diff --git a/src/GoogleTables.ts b/src/GoogleTables.ts index e9f30cbbc..25b6df550 100644 --- a/src/GoogleTables.ts +++ b/src/GoogleTables.ts @@ -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), }); }