1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-19 21:20:40 +01:00

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

View File

@ -205,5 +205,10 @@
"webpack-cli": "~4.9.1", "webpack-cli": "~4.9.1",
"webpack-dev-server": "~4.11.1", "webpack-dev-server": "~4.11.1",
"xvfb-maybe": "~0.2.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)) if (!field || Array.isArray(field))
return undefined; return undefined;
const type = this._getType(field); const type = this._getType(field as undefined);
return { return {
name: field.orgName, name: field.orgName,