Orgs: Remove dependency on dashboard table for deletion (#98501)

This commit is contained in:
Stephanie Hingtgen
2025-01-06 19:05:22 +02:00
committed by GitHub
parent 14369c53ed
commit 68479d844b
17 changed files with 212 additions and 16 deletions
+1
View File
@@ -337,6 +337,7 @@ var wireBasicSet = wire.NewSet(
starApi.ProvideApi,
userimpl.ProvideService,
orgimpl.ProvideService,
orgimpl.ProvideDeletionService,
statsimpl.ProvideService,
grpccontext.ProvideContextHandler,
grpcserver.ProvideService,