mirror of https://github.com/kubevela/kubevela.git
fix: comma ok (#6457)
Signed-off-by: Awadabang <sheunggz@gmail.com> Co-authored-by: Awadabang <sheunggz@gmail.com>
This commit is contained in:
parent
81b54781a2
commit
24756fc507
|
|
@ -349,7 +349,7 @@ func NotUpdateRenderHashEqual() ApplyOption {
|
|||
if !ok {
|
||||
return nil
|
||||
}
|
||||
oldSt := existing.(*unstructured.Unstructured)
|
||||
oldSt, ok := existing.(*unstructured.Unstructured)
|
||||
if !ok {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue