From 6d98a389aa1358c06daa67101886ea094325e302 Mon Sep 17 00:00:00 2001 From: hirenko-v <132065511+hirenko-v@users.noreply.github.com> Date: Sat, 21 Sep 2024 23:13:15 +0300 Subject: [PATCH] ttt --- cmd/msg/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/msg/main.go b/cmd/msg/main.go index f428b40..db9bc51 100644 --- a/cmd/msg/main.go +++ b/cmd/msg/main.go @@ -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) } }