pokt-foundation / portal-api

The Portal API Gateway is a single endpoint that offers access to the full range of supported blockchains through one URL.
https://pokt.network
MIT License
11 stars 8 forks source link

T-18925 fix: removed unneeded checks for required fields from PHD Client #1043

Closed commoddity closed 1 year ago

commoddity commented 1 year ago

Removes the check for required model fields in the PHD client as it's no longer relevant since the move to remove mongo (and causes hard to maintain issues if/when we change DB fields).

height[bot] commented 1 year ago

This pull request has been linked to 1 task:

💡Tip: Add "Close T-18925" to the pull request title or description, to a commit message, or in a comment to mark this task as "Done" when the pull request is merged.

commoddity commented 1 year ago

LGTM! always like PRs that remove stuff

Same. The best kind of PRs.