Skip to content

Commit

Permalink
[Angular] ThreadState.Terminated is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Dec 17, 2023
1 parent 2c8c914 commit 947b1d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,4 @@ export enum ThreadState {
Waiting = 'WAITING',
Blocked = 'BLOCKED',
New = 'NEW',
Terminated = 'TERMINATED',
}

0 comments on commit 947b1d9

Please sign in to comment.