weaviate / typescript-client

Official Weaviate TypeScript Client
https://www.npmjs.com/package/weaviate-client
BSD 3-Clause "New" or "Revised" License
65 stars 23 forks source link

Fix client data checker return #71

Closed tsmith023 closed 1 year ago

tsmith023 commented 1 year ago

This PR fixes a bug raised in https://github.com/weaviate/typescript-client/issues/63 where a >400 error code returned from a HEAD request does not propagate correctly to the user. Also contained are small type improvements to help with DevEx and increased ease of understanding of the codebase.

@parkerduckworth :grin:

weaviate-git-bot commented 1 year ago

Great to see you again! Thanks for the contribution.

beep boop - the Weaviate bot 👋🤖

PS:
Are you already a member of the Weaviate Slack channel?

parkerduckworth commented 1 year ago

Thanks @tsmith023 !