Skip to content

Commit 014165a

Browse files
committed
TS clean up
1 parent 953e8b5 commit 014165a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Components/Web.JS/src/Services/WebRootComponentManager.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ export class WebRootComponentManager implements DescriptorHandler, RootComponent
184184
}
185185
}
186186

187-
private async startWebAssemblyIfNotStarted(environment?: string) {
188-
this.startLoadingWebAssemblyIfNotStarted(environment);
187+
private async startWebAssemblyIfNotStarted() {
188+
this.startLoadingWebAssemblyIfNotStarted();
189189

190190
if (!hasStartedWebAssembly()) {
191-
await startWebAssembly(this, environment ?? this._webAssemblyEnvironment);
191+
await startWebAssembly(this, this._webAssemblyEnvironment);
192192
}
193193
}
194194

0 commit comments

Comments
 (0)