We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8179a0 commit 966421bCopy full SHA for 966421b
app/lib/admin/backend.dart
@@ -35,7 +35,6 @@ import '../shared/versions.dart';
35
import 'actions/actions.dart' show AdminAction;
36
import 'tools/delete_all_staging.dart';
37
import 'tools/list_tools.dart';
38
-import 'tools/notify_service.dart';
39
import 'tools/recent_uploaders.dart';
40
import 'tools/user_merger.dart';
41
@@ -53,7 +52,6 @@ typedef Tool = Future<String> Function(List<String> args);
53
52
54
final Map<String, Tool> availableTools = {
55
'delete-all-staging': executeDeleteAllStaging,
56
- 'notify-service': executeNotifyService,
57
'recent-uploaders': executeRecentUploaders,
58
'user-merger': executeUserMergerTool,
59
'list-tools': executeListTools,
app/lib/admin/tools/notify_service.dart
0 commit comments