Commit e19da1f
fix(library): restore missing async on _fetchLibraryData
Regression from 9f7045f dropped the async keyword, causing
"await isn't allowed in non-async function" build failure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9f7045f commit e19da1f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments