Procházet zdrojové kódy

fix: missing returns

Yeuoly před 8 měsíci
rodič
revize
45e8a3ee7c
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      internal/service/install_plugin.go

+ 2 - 0
internal/service/install_plugin.go

@@ -179,6 +179,8 @@ func InstallPluginRuntimeToTenant(
 					} else {
 						return db.Update(taskPointer, tx)
 					}
+
+					return nil
 				}); err != nil {
 					log.Error("failed to update install task status %s", err.Error())
 				}