Minor fix

This commit is contained in:
Fabio 2020-06-30 18:20:07 +02:00
parent 0076f146fa
commit 8a4c628128
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ export class AntaresConnector {
// FROM
let fromRaw = '';
if (!this._query.update.length)
if (!this._query.update.length && this._query.from !== '')
fromRaw = 'FROM';
switch (this._client) {