@riocrypto/common-server 1.0.1008 → 1.0.1009

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@ class GoogleSheetsAPIClient {
45
45
  }
46
46
  }
47
47
  // If no empty row found, return the next row after the last row
48
- return data.length + 1;
48
+ return data.length;
49
49
  });
50
50
  }
51
51
  appendRowToNextAvailableRow(sheetId, rowData) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1008",
3
+ "version": "1.0.1009",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",