forked from baron/baron-sso
code-check lint 오류 수정
This commit is contained in:
@@ -28,7 +28,7 @@ func normalizeDeveloperAccessPages(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
|
||||
}
|
||||
if page != domain.DeveloperAccessPageOverview &&
|
||||
|
||||
Reference in New Issue
Block a user