Skip to content

Commit

Permalink
refactor(computation): remove PENDING as a state
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Apr 18, 2019
1 parent d19df55 commit 37182c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sources/Computation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {REJ} from '../internals/REJ'
import {RES} from '../internals/RES'

enum IOStatus {
PENDING,
FORKED,
RESOLVED,
REJECTED,
Expand Down

0 comments on commit 37182c4

Please sign in to comment.