fix: ts for spreadsheets.values.appen

This commit is contained in:
karishmas6
2024-09-17 20:58:09 +05:30
parent fe255fe318
commit 8417c2f3e8

View File

@@ -44,7 +44,7 @@ router.post('/write-to-sheet', async (req, res) => {
spreadsheetId,
range,
valueInputOption: 'USER_ENTERED',
resource: {
requestBody: {
values: values, // Expecting an array of arrays, like [['data1', 'data2'], ['data3', 'data4']]
},
});