n8n/packages
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
..
cli Expand Zoho node (#1763) 2021-07-02 23:34:12 +02:00
core 🔖 Release n8n-core@0.75.0 2021-06-20 09:15:41 +00:00
editor-ui Enable tags selection (#1960) 2021-07-01 10:15:28 +02:00
node-dev 🔖 Release n8n-node-dev@0.15.0 2021-06-20 09:15:56 +00:00
nodes-base 🐛 Fix Google Sheet to handle 0 correctly (#1937) 2021-07-03 12:46:30 +02:00
workflow 🚨 Add Workflow testing framework (#1814) 2021-07-01 09:04:24 +02:00