Commit 2161c0b
committed
docs: fix variable shadowing in management API overview example
The list example declared `const runs = await runs.list(...)`, which
shadowed the imported `runs` and threw at runtime. Rename the local to
`completedRuns`.1 parent a36f25a commit 2161c0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments