Commit 503ccc5
fix(server-ai): rename tracked_model_version to model_version
Addresses Jason's review nit: renames the local var to match its
sibling model_key and moves its assignment down next to it, instead
of computing it early and separately from the rest of the meta reads.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 25d962e commit 503ccc5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | 283 | | |
285 | 284 | | |
286 | 285 | | |
| |||
296 | 295 | | |
297 | 296 | | |
298 | 297 | | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments