remove usages of node-abort-controller

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-11-28 17:04:49 +01:00
parent e948f5528a
commit de8a975911
26 changed files with 43 additions and 48 deletions
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import { AbortController } from 'node-abort-controller';
import { Logger } from 'winston';
import { TaskFunction, TaskRunner } from '@backstage/backend-tasks';