mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Remove PurgeSyntheticBillingEventsAction
Effectively a revert of [] now that synthetic billing events have been verified in production. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144473744
This commit is contained in:
parent
4e34fd53f4
commit
07010150b0
3 changed files with 0 additions and 125 deletions
|
@ -44,7 +44,6 @@ import google.registry.tools.server.ResaveAllEppResourcesAction;
|
|||
import google.registry.tools.server.ToolsServerModule;
|
||||
import google.registry.tools.server.UpdatePremiumListAction;
|
||||
import google.registry.tools.server.VerifyOteAction;
|
||||
import google.registry.tools.server.javascrap.PurgeSyntheticBillingEventsAction;
|
||||
import google.registry.tools.server.javascrap.RefreshAllDomainsAction;
|
||||
|
||||
/** Dagger component with per-request lifetime for "tools" App Engine module. */
|
||||
|
@ -76,7 +75,6 @@ interface ToolsRequestComponent {
|
|||
ListTldsAction listTldsAction();
|
||||
LoadTestAction loadTestAction();
|
||||
PublishDetailReportAction publishDetailReportAction();
|
||||
PurgeSyntheticBillingEventsAction purgeSyntheticBillingEventsAction();
|
||||
RefreshAllDomainsAction refreshAllDomainsAction();
|
||||
ResaveAllEppResourcesAction resaveAllEppResourcesAction();
|
||||
UpdatePremiumListAction updatePremiumListAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue