Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Dec 23, 2024
1 parent a78f472 commit f344060
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ async function storeDataInGoogleSpreadsheet(req, res, spreadsheetId, sheetHeader
getOrCreateSheet(doc, sheetHeaderValues),
);
if (sheet) {
console.log('Appending data to sheet');
await appendData(sheet, data);
return res.status(200).json({ message: 'Data stored successfully' });
}
Expand Down

0 comments on commit f344060

Please sign in to comment.