Skip to content

Commit

Permalink
fixed imports from policy.ts (#31)
Browse files Browse the repository at this point in the history
* feat: connector (#25)

* fix: fixed several policies, which terminate flow (#26)

* fix: beautifised imports (#27)

* fix: removed lock.json

* fix: fixed exports

* fix: fixed imports

Co-authored-by: Gérard TOKO <[email protected]>
  • Loading branch information
Alexadar and gerardtoko authored Jan 16, 2020
1 parent 4d7bec9 commit f250fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policies/policy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Context } from "..";
import ExecutionContext from "./executioncontext";
import ExecutionContext from "./ExecutionContext";
import PolicyCategory from "./PolicyCategory";
import Scope from "./Scope";

Expand Down

0 comments on commit f250fc7

Please sign in to comment.