chore: cleanup

This commit is contained in:
adamdottv 2025-05-12 13:01:59 -05:00
commit 8270a1e4b1
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 20 additions and 50 deletions

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)
}