add missing dotenv dependency to pdf-handler

This commit is contained in:
Hongbo Wu
2024-04-15 15:42:24 +08:00
parent cbddc83829
commit ed2c78165a
2 changed files with 5 additions and 4 deletions

View File

@ -34,6 +34,7 @@
"axios": "^0.27.2",
"bullmq": "^5.1.4",
"concurrently": "^7.0.0",
"dotenv": "^8.2.0",
"ioredis": "^5.3.2",
"pdfjs-dist": "^2.9.359"
},