Skip to content

Commit

Permalink
ttt
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 21, 2024
1 parent 41115c8 commit 0e8f741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func (e *MsgExecutor) Execute(_ context.Context, in executor.ExecuteInput) (exec
switch action {
case "select_first":
if e.state[sessionID]['first'] != value
for key := range e.state[sessionID] {
delete(e.state[sessionID], key)
}
}
Expand Down

0 comments on commit 0e8f741

Please sign in to comment.