We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034ccf9 commit 31b5c02Copy full SHA for 31b5c02
internal/namespaces/mongodb/v1alpha1/custom_instance.go
@@ -39,7 +39,7 @@ func fetchLatestEngine(ctx context.Context) (string, string) {
39
if err != nil {
40
return "", ""
41
}
42
-
+
43
return latestValueVersion.Version, latestValueVersion.Version
44
45
0 commit comments