Browse Source

fix: google sheets block

Ahmad Kholid 3 năm trước cách đây
mục cha
commit
d972fb70cd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/background/workflowEngine/worker.js

+ 0 - 1
src/background/workflowEngine/worker.js

@@ -70,7 +70,6 @@ class Worker {
         convertedValue;
     } else {
       this.engine.referenceData.table.push({
-        ...this.engine.rowData,
         [columnName]: convertedValue,
       });
     }