From e950f47dceee90572bbe86846d0ca8446ec32aef Mon Sep 17 00:00:00 2001 From: Dustin Pauze Date: Sun, 13 Oct 2024 12:23:40 -0400 Subject: [PATCH] FEDX-1708: code cleanup --- lib/src/action.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/action.dart b/lib/src/action.dart index 6b56a64..3687fa4 100644 --- a/lib/src/action.dart +++ b/lib/src/action.dart @@ -57,8 +57,6 @@ class Action extends ActionV2 { /// action. /// class ActionV2 extends Object with Disposable { - - @override String get disposableTypeName => 'ActionV2';