Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 21, 2024
1 parent 6d98a38 commit 3bb2768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (e *MsgExecutor) Execute(_ context.Context, in executor.ExecuteInput) (exec

switch action {
case "select_first":
if e.state[sessionID]["first"] != value
if e.state[sessionID]["first"] != value {
delete(e.state[sessionID], key)
}
}
Expand Down

0 comments on commit 3bb2768

Please sign in to comment.