fix: skip null rows when parsing pool metrics CSV

This commit is contained in:
russell@unturf.com 2026-01-23 15:28:20 -05:00
parent 5965ce682d
commit 3f73bf6203
13 changed files with 21 additions and 21 deletions

View file

@ -1,6 +1,6 @@
{
"name": "un-async",
"version": "4.2.19",
"version": "4.2.20",
"description": "Unsandbox async JavaScript SDK - Execute code in 50+ languages",
"main": "src/un_async.js",
"type": "module",

View file

@ -1,6 +1,6 @@
{
"name": "un-sync",
"version": "4.2.19",
"version": "4.2.20",
"description": "unsandbox.com JavaScript SDK (Isomorphic - Node.js + Browser)",
"type": "module",
"main": "src/un.js",