You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume that this should be catch on the promise "catch", or even on the resolve, but instead is throwing an exception, I assume related to the use of the "request" library (which is also deprecated).
Can anyone help me with this one? Thanks!
The text was updated successfully, but these errors were encountered:
I get the following exception every time that I try to delete an email that does not exists from the suppressionList:
Code:
await client.suppressionList.delete(email)
Exception:
node_modules/request/request.js:1154:10 name: 'SparkPostError', errors: undefined, statusCode: 404
I assume that this should be catch on the promise "catch", or even on the resolve, but instead is throwing an exception, I assume related to the use of the "request" library (which is also deprecated).
Can anyone help me with this one? Thanks!
The text was updated successfully, but these errors were encountered: