Commit f40af0f
committed
fix(client): Add type ignore for async stub casting in Assets API client
- Added a type ignore comment in the `stub` property to handle the casting from a sync stub to an async stub.
- This change ensures compatibility with the async implementation while maintaining type safety.
These modifications improve the functionality of the Assets API client by addressing type issues rel1 parent 372b879 commit f40af0f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments