Skip to content

Releases: colbymillerdev/tweet-delete

v1.1.0

02 Jun 01:20
Compare
Choose a tag to compare

🐛 Bugs Fixed

  • Fixes issue with large tweet deletions not working properly due to use of Promise.all.
  • Implemented the .each function from the Bluebird library to iterate serially through all the tweets during deletion.