From b850ac9b0817579ad24d0f8955fc4fa3a960bd25 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Wed, 16 Mar 2022 13:20:44 -0600 Subject: [PATCH] [BUGFIX beta] remove unneeded `setFactoryFor(this, this)` Identified as part of the work on #20025, this particular `setFactoryFor` was needed at one time but is now defunct. Remove it. --- packages/@ember/-internals/container/lib/container.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/@ember/-internals/container/lib/container.ts b/packages/@ember/-internals/container/lib/container.ts index 07652bbeadf..1b8bf518cc5 100644 --- a/packages/@ember/-internals/container/lib/container.ts +++ b/packages/@ember/-internals/container/lib/container.ts @@ -558,7 +558,6 @@ class FactoryManager { this.normalizedName = normalizedName; this.madeToString = undefined; this.injections = undefined; - setFactoryFor(this, this); } toString(): string {