Skip to content

Commit 966421b

Browse files
authored
Clean obsolete admin tool: notify service. (#9032)
1 parent c8179a0 commit 966421b

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

app/lib/admin/backend.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import '../shared/versions.dart';
3535
import 'actions/actions.dart' show AdminAction;
3636
import 'tools/delete_all_staging.dart';
3737
import 'tools/list_tools.dart';
38-
import 'tools/notify_service.dart';
3938
import 'tools/recent_uploaders.dart';
4039
import 'tools/user_merger.dart';
4140

@@ -53,7 +52,6 @@ typedef Tool = Future<String> Function(List<String> args);
5352

5453
final Map<String, Tool> availableTools = {
5554
'delete-all-staging': executeDeleteAllStaging,
56-
'notify-service': executeNotifyService,
5755
'recent-uploaders': executeRecentUploaders,
5856
'user-merger': executeUserMergerTool,
5957
'list-tools': executeListTools,

app/lib/admin/tools/notify_service.dart

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)