n8n/packages/nodes-base/nodes/Google/Sheet
Kaito Udagawa 6d8ea4bff5
🐛 Fix Google Sheet to handle 0 correctly (#1937)
* 🐛 Fix Google Sheet to handle 0 correctly

`if (condition) { statement }` will not be executed if the `condition` is `0` (number) so that appending 0 to Google Sheets results in an empty cell.
Checking if the value is `null` or `undefined` is enough to guarantee that `toString` is callable.

* 🐛 Add semicolon
2021-07-03 12:46:30 +02:00
..
GenericFunctions.ts Add status code for service account error (#1707) 2021-06-22 19:59:27 +02:00
GoogleSheet.ts 🐛 Fix Google Sheet to handle 0 correctly (#1937) 2021-07-03 12:46:30 +02:00
GoogleSheets.node.json Add aliases (#1935) 2021-06-27 13:34:08 +02:00
GoogleSheets.node.ts Improve node error handling (#1309) 2021-04-16 18:33:36 +02:00
googleSheets.svg Optimize svgs 2021-04-17 17:23:59 +02:00