1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

style: minor refactor

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

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,