From 1af2915b2d8247d9fa947b6f22bfd345292baada Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 14 Apr 2026 11:03:21 -0700 Subject: [PATCH] inject deps --- go/cmd/orion/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/cmd/orion/main.go b/go/cmd/orion/main.go index e27f2da..bbc9bd5 100644 --- a/go/cmd/orion/main.go +++ b/go/cmd/orion/main.go @@ -102,7 +102,7 @@ func main() { defer firestoreClient.Close() // Initialize handler - h := handler.NewHandler(authSvc, humanSvc, networkSvc, particleSvc, depotSvc, waitlistSvc, livekitClient, firestoreClient) + h := handler.NewHandler(authSvc, humanSvc, networkSvc, particleSvc, depotSvc, waitlistSvc, billingSvc, livekitClient, firestoreClient) // Helper to wrap handlers with auth middleware withAuth := func(hf http.HandlerFunc) http.Handler {