Skip to content

Commit

Permalink
Update context.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Oct 27, 2023
1 parent 18e5da3 commit b060dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func (ctx Context) SetState(state string, v any) StateX {

// DelState erases a state, halting all associated observations.
func (ctx Context) DelState(state string) {
panic("not implemented")
ctx.delState(ctx, state)
}

// TODO: see whether to deprecate
Expand Down

0 comments on commit b060dac

Please sign in to comment.