From ec8119b6dad587d8efaa02e77c751d28636dd763 Mon Sep 17 00:00:00 2001 From: rebecca <802632-arkandos@users.noreply.gitlab.com> Date: Sun, 03 May 2026 17:40:19 +0000 Subject: [PATCH] fix typo --- src/off_topic/internal/runtime.gleam | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/src/off_topic/internal/runtime.gleam b/src/off_topic/internal/runtime.gleam --- a/src/off_topic/internal/runtime.gleam +++ b/src/off_topic/internal/runtime.gleam @@ -767,7 +767,7 @@ #("name", json.string(name)), #("path", json.array(list.reverse(path), json.int)), ]) - [event.emit("off-topic-unsubscribe", details), ..effects] + [event.emit("off-topic:unsubscribe", details), ..effects] } Group(children) -> fold_children(children, 0, path, effects, cleanup) } -- tangled.sh