sarahciston commited on
Commit
5b9f0a6
1 Parent(s): ceb472c

pass function as param

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -38,4 +38,4 @@ async function getOutputs(mod){
38
  })
39
  }
40
 
41
- await getOutputs(fillInTask)
 
38
  })
39
  }
40
 
41
+ await getOutputs(fillInTask())