This commit is contained in:
Carlos Satorres 2024-02-23 13:54:32 +01:00
parent 1795fd2cef
commit 6dc4181575
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ module.exports = Self => {
}, },
{ {
arg: 'fi', arg: 'fi',
type: 'any' type: 'string'
}, },
{ {
arg: 'street', arg: 'street',

View File

@ -21,7 +21,6 @@
"form-data": "^4.0.0", "form-data": "^4.0.0",
"fs-extra": "^5.0.0", "fs-extra": "^5.0.0",
"ftps": "^1.2.0", "ftps": "^1.2.0",
"glob": "^10.3.10",
"gm": "^1.25.0", "gm": "^1.25.0",
"got": "^10.7.0", "got": "^10.7.0",
"helmet": "^3.21.2", "helmet": "^3.21.2",