mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Minor fix
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user