Commit e7ae3f4
committed
Remove dead provider parameter from startProviderSession closure
The startProviderSession closure declared a provider?: ProviderKind
parameter in its input type, but the function body never read it —
it unconditionally uses the outer preferredProvider instead. Remove
the dead parameter to avoid misleading future callers.1 parent 97ff0ac commit e7ae3f4
File tree
1 file changed
+1
-4
lines changed- apps/server/src/orchestration/Layers
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 263 | + | |
267 | 264 | | |
268 | 265 | | |
269 | 266 | | |
| |||
0 commit comments