From f49fcbc7424043d1650ec5de12e67a6c7af78445 Mon Sep 17 00:00:00 2001 From: mtaran-google Date: Fri, 6 Apr 2018 18:20:23 -0700 Subject: [PATCH] add another missing import of `fail` this makes strict compilation error out --- src/api/flow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/flow.ts b/src/api/flow.ts index 9798a9b3c..8cb0da1cb 100644 --- a/src/api/flow.ts +++ b/src/api/flow.ts @@ -1,5 +1,5 @@ import { action } from "./action" -import { noop } from "../utils/utils" +import { fail, noop } from "../utils/utils" let generatorId = 0