style: minor refactor

This commit is contained in:
Fabio Di Stasio 2023-01-02 09:21:01 +01:00
parent 6fa430adf6
commit f177c7f1f1
3 changed files with 7 additions and 2 deletions

2
package-lock.json generated
View File

@ -25973,7 +25973,7 @@
"integrity": "sha512-842MuERRLuGdTneOZhc5HeogBtGFI/WeeJ9LH3Jp+eB57av8hHGDzxZqgWuQmuxVDniRf7B+agSfgc2wKfLY4w==",
"requires": {
"@heroku/socksv5": "^0.0.9",
"ssh2": "^1.10.0"
"ssh2": "~1.11.0"
}
},
"standard-version": {

View File

@ -205,5 +205,10 @@
"webpack-cli": "~4.9.1",
"webpack-dev-server": "~4.11.1",
"xvfb-maybe": "~0.2.1"
},
"overrides": {
"ssh2-promise": {
"ssh2": "~1.11.0"
}
}
}

View File

@ -1613,7 +1613,7 @@ export class MySQLClient extends AntaresCore {
if (!field || Array.isArray(field))
return undefined;
const type = this._getType(field);
const type = this._getType(field as undefined);
return {
name: field.orgName,