hrana-client-ts
hrana-client-ts copied to clipboard
Remove confusing 404 error message
In order to fix Issue #189 in libsql-client-ts, this additional error message should be removed.
Before:
LibsqlError: SERVER_ERROR: Server returned HTTP status 404. It seems that the libsql server is outdated, please try updating the database.
After:
LibsqlError: SERVER_ERROR: Server returned HTTP status 404
Let me know if you want me to also bump hrana-client once this is merged & publish.