inject deps

This commit is contained in:
talksik
2026-04-14 11:03:21 -07:00
parent 279a3e52c2
commit 1af2915b2d
+1 -1
View File
@@ -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 {