Commit 4a2cebb
authored
Make more efficient query (codesandbox#1958)
* feat(version): more efficient query
Note that I blind coded this, so definitely check out in the preview if it works.
reference: https://www.algolia.com/doc/api-reference/api-methods/get-objects/?language=javascript
I also changed the require out for the way smaller `algoliasearch/lite`
* yarn lock
* small fix
* rename var1 parent 9338740 commit 4a2cebb
File tree
1 file changed
+3
-3
lines changed- packages/app/src/app/pages/Sandbox/Editor/Workspace/Dependencies/VersionEntry
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments