This commit is contained in:
skeris 2024-11-04 15:11:34 +03:00
parent ef6cd11e86
commit ab5a751786

@ -302,7 +302,7 @@ func (m *Methods) CheckTags(ctx context.Context, tokens []model.Token) error {
for _, entityType := range entityTypes { for _, entityType := range entityTypes {
go func(entityType model.EntityType) { go func(entityType model.EntityType) {
defer wg.Done() defer wg.Done()
page := 1 page := 0
limit := 250 limit := 250
for { for {