mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-18 20:50:48 +01:00
Minor fix
This commit is contained in:
parent
0076f146fa
commit
8a4c628128
@ -176,7 +176,7 @@ export class AntaresConnector {
|
|||||||
|
|
||||||
// FROM
|
// FROM
|
||||||
let fromRaw = '';
|
let fromRaw = '';
|
||||||
if (!this._query.update.length)
|
if (!this._query.update.length && this._query.from !== '')
|
||||||
fromRaw = 'FROM';
|
fromRaw = 'FROM';
|
||||||
|
|
||||||
switch (this._client) {
|
switch (this._client) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user