This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use
Buffer.from
instead of deprecated new Buffer
Resolves an error during attachment import ``` (node:563578) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. ```
- Loading branch information