1
0
forked from baron/baron-sso

린트 적용

This commit is contained in:
2026-02-27 12:33:23 +09:00
parent 89f07f3bcd
commit cd3124f91d
2 changed files with 7 additions and 1 deletions

View File

@@ -143,7 +143,6 @@ func (r *userRepository) CountByCompanyCodes(ctx context.Context, codes []string
Where("company_code IN ? OR tenant_id IN (SELECT id FROM tenants WHERE slug IN ?)", codes, codes).
Group("company_code, tenant_id").
Scan(&results).Error
if err != nil {
return nil, err
}