duplicate-record-validation #8

Merged
esteban merged 2 commits from duplicate-record-validation into main 2026-02-14 20:47:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ce1bf25806 - Show all commits

View File

@ -55,7 +55,7 @@ export async function appendToSheet(values: any[]) {
await sheets.spreadsheets.values.append({ await sheets.spreadsheets.values.append({
spreadsheetId: SPREADSHEET_ID, spreadsheetId: SPREADSHEET_ID,
range: 'DATABASE!A:H', range: 'DATABASE!A2:H2',
valueInputOption: 'RAW', valueInputOption: 'RAW',
requestBody: { requestBody: {
values: [values], values: [values],