From 18e07e322f2c94399985c8a58918497a7ed84482 Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Mon, 25 Nov 2024 12:43:02 -0500 Subject: [PATCH] Fix #52 --- pkg/talkgroups/tgstore/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/talkgroups/tgstore/store.go b/pkg/talkgroups/tgstore/store.go index ae4f95c..4a5837a 100644 --- a/pkg/talkgroups/tgstore/store.go +++ b/pkg/talkgroups/tgstore/store.go @@ -277,7 +277,7 @@ func (t *cache) TGs(ctx context.Context, tgs tgsp.IDs, opts ...option) ([]*tgsp. if err != nil { return nil, err } - return addToRowList(t, tgRecords), nil + return addToRowListS(t, r, tgRecords), nil } // get all talkgroups