chore: cleanup

This commit is contained in:
adamdottv
2025-05-12 13:01:59 -05:00
parent ed99df4bf6
commit 75165869f4
4 changed files with 20 additions and 50 deletions
+1 -1
View File
@@ -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)
}