Sending signed tx returns an error while tx was successfull

Issue on web3 related: https://github.com/ethereum/web3.js/issues/2587

I’m signing my transaction locally and sending it via web3.eth.sendSignedTransaction. One person said in this issue that Infura should return

Current behavior:

“status”: true

Expected behavior:

“status”: “0x1”

This is an issue in the Web3 code, we did a bit of digging and confirmed the response from Infura is not a bool.