Skip to content

Commit 8ca8b6b

Browse files
authored
Remove redundant check (#55945)
Probably copy-paste'd.
1 parent c283d05 commit 8ca8b6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Components/Web.JS/src/Boot.Server.Common.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ export function setCircuitOptions(initializersReady: Promise<Partial<CircuitStar
2525
throw new Error('Circuit options have already been configured.');
2626
}
2727

28-
if (options) {
29-
throw new Error('WebAssembly options have already been configured.');
30-
}
31-
3228
initializersPromise = setOptions(initializersReady);
3329

3430
async function setOptions(initializers: Promise<Partial<CircuitStartOptions>>): Promise<void> {

0 commit comments

Comments
 (0)