Fix #52
This commit is contained in:
parent
53ccf1715b
commit
18e07e322f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue