Skip to content

Commit

Permalink
re gen
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 14, 2024
1 parent df92ca2 commit 9cb039a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/collections/infra/mysql_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func (r mysqlRepo) reCountSubjectTags(ctx context.Context, tx *query.Query,
phpTags = append(phpTags, subject.Tag{
Name: lo.ToPtr(name),
Count: c,
TotalCount: uint(countMap[name]),
TotalCount: countMap[name],
})
}

Expand Down
51 changes: 50 additions & 1 deletion internal/mocks/RedisCache.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cb039a

Please sign in to comment.