Commit a0228e4
authored
fix(types): correct type for SearchClient (#1195)
in some cases this was inferred to `any` instead of the right type, after TS 5.1.3.
This fix was also done in the helper: algolia/algoliasearch-helper-js#943
this would have been caught if it was moved in the JS monorepo so the code could be in a shared package, or if we had updated to TS 5.1.31 parent a76b914 commit a0228e4
File tree
1 file changed
+4
-1
lines changed1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments