This commit is contained in:
Daniel Ponte 2024-11-25 12:43:02 -05:00
parent 53ccf1715b
commit 18e07e322f

View file

@ -277,7 +277,7 @@ func (t *cache) TGs(ctx context.Context, tgs tgsp.IDs, opts ...option) ([]*tgsp.
if err != nil { if err != nil {
return nil, err return nil, err
} }
return addToRowList(t, tgRecords), nil return addToRowListS(t, r, tgRecords), nil
} }
// get all talkgroups // get all talkgroups