mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🐛 Fix bug that Google Sheet data got always copied as string
This commit is contained in:
parent
8363be2620
commit
8eb537fa96
|
@ -47,6 +47,7 @@ export class GoogleSheet {
|
|||
auth: client,
|
||||
spreadsheetId: this.id,
|
||||
range,
|
||||
valueRenderOption: 'UNFORMATTED_VALUE',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue