Skip to content

Commit 4b7c055

Browse files
committed
fix sheets typing
1 parent d77aa0b commit 4b7c055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/blocks/blocks/google_sheets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Return ONLY the JSON array - no explanations, no markdown, no extra text.`,
269269
credential: { type: 'string', description: 'Google Sheets access token' },
270270
spreadsheetId: { type: 'string', description: 'Spreadsheet identifier' },
271271
manualSpreadsheetId: { type: 'string', description: 'Manual spreadsheet identifier' },
272-
range: { type: 'json', description: 'Cell range' },
272+
range: { type: 'string', description: 'Cell range' },
273273
values: { type: 'json', description: 'Cell values data' },
274274
valueInputOption: { type: 'string', description: 'Value input option' },
275275
insertDataOption: { type: 'string', description: 'Data insertion option' },

0 commit comments

Comments
 (0)