Skip to content

Commit ea102e8

Browse files
Yuan325duwenxin99
andauthored
Apply suggestions from code review
Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
1 parent 5dc4ab4 commit ea102e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/internal/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ func ConvertConfig(raw []byte) ([]byte, error) {
163163
// fields such as "tools" in toolsets might pass the first check but
164164
// fail to convert to MapSlice
165165
if slice, ok := item.Value.(yaml.MapSlice); ok {
166-
// Deprecated: convert authSources to authServices
167166
switch key {
168167
case "authServices":
169168
key = "authService"

0 commit comments

Comments
 (0)