Skip to content

Commit d2ce90f

Browse files
committed
BUG/MINOR: runtime: remove wrong runtime client check
1 parent dc63ae2 commit d2ce90f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

handlers/runtime.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ func changeThroughRuntimeAPI(data, ondisk interface{}, parentName, parentType st
4646
}()
4747

4848
// check if runtime client is valid, if not, return reload needed
49-
if client.Runtime == nil {
50-
return true
51-
}
52-
5349
runtime, err := client.Runtime()
5450
if err != nil {
5551
return true

0 commit comments

Comments
 (0)