Browse Source

Merge branch 'main' of https://github.com/Kholid060/auto into dev

Ahmad Kholid 3 years ago
parent
commit
317ff3a963
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/background/workflow-engine/blocks-handler/handler-trigger.js

+ 1 - 0
src/background/workflow-engine/blocks-handler/handler-trigger.js

@@ -1,4 +1,5 @@
 import { getBlockConnection } from '../helper';
+import executeContentScript from '../execute-content-script';
 
 async function trigger(block) {
   const nextBlockId = getBlockConnection(block);