Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Nov 13, 2024
1 parent d1ff871 commit c81a385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flyteadmin/pkg/errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ func IsSameDCFormat(oldSpec *admin.LaunchPlanSpec, newSpec *admin.LaunchPlanSpec
return true
}

// todo: if collection type or map type, we should handle it
func parametersAreEqual(oldParam, newParam *core.Parameter) bool {
oldDefault := oldParam.GetDefault()
newDefault := newParam.GetDefault()
Expand Down

0 comments on commit c81a385

Please sign in to comment.