diff --git a/src/main/libs/AntaresCore.js b/src/main/libs/AntaresCore.js index befc1492..a21d7326 100644 --- a/src/main/libs/AntaresCore.js +++ b/src/main/libs/AntaresCore.js @@ -140,7 +140,7 @@ export class AntaresCore { * @returns {Promise} * @memberof AntaresCore */ - async run (args) { + run (args) { const rawQuery = this.getSQL(); this._resetQuery(); return this.raw(rawQuery, args); diff --git a/src/renderer/components/WorkspaceQueryTableRow.vue b/src/renderer/components/WorkspaceQueryTableRow.vue index 2a485b9f..a7efacac 100644 --- a/src/renderer/components/WorkspaceQueryTableRow.vue +++ b/src/renderer/components/WorkspaceQueryTableRow.vue @@ -10,7 +10,7 @@ >