@neoxr/wb 2.6.6 → 2.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@neoxr/wb",
3
- "version":"2.6.6",
3
+ "version":"2.6.7",
4
4
  "description":"Simplicity WhatsApp Bot (Baileys)",
5
5
  "main":"index.js",
6
6
  "engines": {
@@ -408,7 +408,6 @@ module.exports = class Function {
408
408
  }
409
409
  const extension = filename ? filename.split`.`.pop() : mime.extension(response.headers['content-type'])
410
410
  const file = fs.createWriteStream(`temp/${this.uuid() + '.' + extension}`)
411
- console.log(file)
412
411
  const name = filename || path.basename(file.path)
413
412
  const transformStream = new stream.Transform({
414
413
  transform(chunk, encoding, callback) {