You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upload.on("httpError",(error)=>{// Argument of type '"httpError"' is not assignable to parameter of type '"httpUploadProgress"'.console.error(error);});
only "httpUploadProgress" allowed
The text was updated successfully, but these errors were encountered:
https://github.com/tigrisdata-community/tigris-node-quickstart/blob/d757460ff82c6afd9234b781837c2cfa3f2c9243/index.mjs#L102C1-L102C57
only
"httpUploadProgress"
allowedThe text was updated successfully, but these errors were encountered: