From 163cfd225f7bff327b5d714d21bdd611d95a9a38 Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:26:28 -0700 Subject: [PATCH] remove dep (#28628) --- ui/config/deprecation-workflow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/config/deprecation-workflow.js b/ui/config/deprecation-workflow.js index 54a067fb381b..d5c2f638e6b9 100644 --- a/ui/config/deprecation-workflow.js +++ b/ui/config/deprecation-workflow.js @@ -12,7 +12,6 @@ self.deprecationWorkflow.config = { self.deprecationWorkflow.config = { // current output from deprecationWorkflow.flushDeprecations(); workflow: [ - { handler: 'silence', matchId: 'ember-engines.deprecation-router-service-from-host' }, // ember-data { handler: 'silence', matchId: 'ember-data:no-a-with-array-like' }, // MFA { handler: 'silence', matchId: 'ember-data:deprecate-promise-many-array-behaviors' }, // MFA