From 8270a1e4b133b44b4b68c8b52567200fc69343e6 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Mon, 12 May 2025 13:01:59 -0500 Subject: chore: cleanup --- internal/logging/logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/logging') diff --git a/internal/logging/logging.go b/internal/logging/logging.go index 850fd85d6..54f33989f 100644 --- a/internal/logging/logging.go +++ b/internal/logging/logging.go @@ -165,7 +165,7 @@ func ListAll(ctx context.Context, limit int) ([]Log, error) { return GetService().ListAll(ctx, limit) } -func SubscribeToEvents(ctx context.Context) <-chan pubsub.Event[Log] { +func Subscribe(ctx context.Context) <-chan pubsub.Event[Log] { return GetService().Subscribe(ctx) } -- cgit v1.2.3