Skip to content

Commit 7179b96

Browse files
authored
Merge pull request #1483 from mtaran-google/patch-2
add another missing import of `fail`
2 parents 102a2f1 + f49fcbc commit 7179b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/flow.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { action } from "./action"
2-
import { noop } from "../utils/utils"
2+
import { fail, noop } from "../utils/utils"
33

44
let generatorId = 0
55

0 commit comments

Comments
 (0)