Commit a70e7d7
committed
fix: reuse serverSettingsLayer instead of creating duplicate instance
The outer layer composition at line 327 was creating a second independent
ServerSettingsService.layerTest() instance, which would have separate Ref
state from the one provided to inner layers (runtimeIngestionLayer and
providerCommandReactorLayer). This made settings updates invisible between
the two instances. Reuse the existing serverSettingsLayer variable instead.1 parent 89e7550 commit a70e7d7
File tree
1 file changed
+1
-1
lines changed- apps/server/integration
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
0 commit comments