added handler to send string as an attachment if it's too long

This commit is contained in:
Aster Fialla
2026-02-15 16:19:59 -05:00
parent be83e8d629
commit f81da5ac27
3 changed files with 16 additions and 3 deletions

View File

@@ -13,7 +13,8 @@
"@fluxerjs/core": "^1.0.9",
"pg": "^8.18.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.7"
"sequelize": "^6.37.7",
"tmp": "^0.2.5"
},
"devDependencies": {
"jest": "^30.2.0"