3

Doing some SendGrid integration with suppressions via their API. I changed around a bit of my own code today because what I had before wasn't working well. Something I didn't touch suddenly stopped working. The response body from their one API endpoint no longer matches what their docs say and I swear it did yesterday. So I've been swearing thinking I broke something for the last four hours.

Comments
  • 1
    I hope you did commits in between. If not... Ctrl + z x9999
  • 0
    I hope you are using git!
  • 1
    Thankfully, what I changed needed to be changed anyway. I just ended up super optimizing my shit while hunting for why the hell it wasn't working. Silver lining?
  • 1
    But also, yes, using git thank the gods.
Add Comment