1
0
forked from baron/baron-sso

code-check lint 오류 수정

This commit is contained in:
2026-06-11 15:37:40 +09:00
parent 1b9421f3e6
commit 01bc6d9b08
10 changed files with 62 additions and 40 deletions

View File

@@ -293,7 +293,7 @@ func normalizeDeveloperAccessPagesForHandler(pages []string) []string {
}
if page == domain.DeveloperAccessPageAll {
normalized = []string{domain.DeveloperAccessPageAll}
seen = map[string]struct{}{domain.DeveloperAccessPageAll: struct{}{}}
seen = map[string]struct{}{domain.DeveloperAccessPageAll: {}}
return
}
for _, allowed := range domain.DeveloperAccessPageOrder {