Add uuid package to import-handler

This commit is contained in:
Jackson Harper 2023-01-11 17:06:04 +08:00
parent e31a806fcb
commit b6f9a8bab5

View file

@ -44,6 +44,7 @@
"jsonwebtoken": "^8.5.1",
"nodemon": "^2.0.15",
"unzip-stream": "^0.3.1",
"urlsafe-base64": "^1.0.0"
"urlsafe-base64": "^1.0.0",
"uuid": "^9.0.0"
}
}