Ver código fonte

fix: missing returns

Yeuoly 8 meses atrás
pai
commit
45e8a3ee7c
1 arquivos alterados com 2 adições e 0 exclusões
  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())
 				}