Commit 3f0e5e2
committed
fix: rename path_through_path to pass_through_path
Correct typo in the Adapter struct field: `path_through_path` to `pass_through_path`.
The typo originated in commit 6b93c4e (2024-01-21).
This change is internal only and does not affect external behavior or APIs.
The field is private, and all public APIs (AdapterOptions, environment variables,
documentation) already use the correct `pass_through_path` naming.1 parent 3467e0b commit 3f0e5e2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
0 commit comments