fix(backend): interpreters repo not configured
ci-agent / build (push) Has been cancelled

This commit is contained in:
2026-04-05 05:26:51 +03:00
parent 5ccb752836
commit 26fc6362a3
+1 -3
View File
@@ -103,9 +103,7 @@ func main() {
jobRepo,
)
// Initialize script management service and handlers
scriptManageSvc := service.NewScriptService(h.Repo)
scriptManageHandlers := handlers.NewScriptHandlersGroup(scriptManageSvc, cmdr,
scriptManageHandlers := handlers.NewScriptHandlersGroup(scriptSvc, cmdr,
os.Getenv("WHEREAMI"))
agents := handlers.NewAgentsGroup(h, coll)