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:
parent
6fa430adf6
commit
f177c7f1f1
2
package-lock.json
generated
2
package-lock.json
generated
@ -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": {
|
||||||
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user