sphinx-labs / sphinx

DevOps platform for smart contract deployments
https://sphinx.dev/
MIT License
236 stars 14 forks source link

fix(pg): Pass through error if API response unexpected #1686

Closed RPate97 closed 4 months ago

RPate97 commented 4 months ago

Purpose

Causes API errors to be passed through to the console if the response code is unexpected. This should help with debugging API-related issues that are hard to reproduce.