Closed pbelbin closed 1 year ago
I think this should be resolved with the latest (1.25.5 and onwards) update as the testing for that endpoint did resolve, but let me know if this is still ongoing and open up another issue. The testing suite should be much more elaborate now to catch stuff like this
Here is documentation that I'm trying to follow with:
The
console.log('simCardList:'......)
shows an object having the expected elements. So far, so good.However, when it gets to the
for-await-of
, I get the following error:This is with the latest version of the telnyx-node library as of writing (1.23.0).
Node version is: v18.12.1
It seems from the documentation, that the
for-await-of
should function ok, but clearly something is not happy.Please advise.