Skip to content

Commit

Permalink
Go simple
Browse files Browse the repository at this point in the history
  • Loading branch information
haoming29 committed Jan 31, 2024
1 parent fe67e74 commit 2fb570a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registry/registry_db.go
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,6 @@ func getAllNamespaces() ([]*Namespace, error) {
for key, val := range ns.CustomFields {
switch v := val.(type) {
case float64:
ns.CustomFields[key] = int(v)
case float32:
ns.CustomFields[key] = int(v)
}
Expand Down

0 comments on commit 2fb570a

Please sign in to comment.