Commit b4d012a
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 rel
Signed-off-by: eduardiazf <[email protected]>1 parent c10b519 commit b4d012a
1 file changed
+3
-1
lines changed| 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