Commit 9742468
committed
fix: resolve TypeScript Promise typing issue in expSite.ts
- Fix Promise resolve callback signature compatibility
- Add explicit Promise<void> type annotation
- Wrap resolve() call in arrow function for proper event handler signature
- Resolves compilation error that was blocking push1 parent b39e9df commit 9742468
File tree
1 file changed
+2
-2
lines changed1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
| 302 | + | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
0 commit comments