Commit 4298a93
committed
Fix default path being overridden by options spread
Swap the order of `path` and `...options` in the object literal so that
the computed default path ("/.well-known/t3/environment") is not
overridden when `options` contains a `path` key with value `undefined`.1 parent 6c36109 commit 4298a93
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
379 | 378 | | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
0 commit comments