Skip to content

Commit

Permalink
chore: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Apr 9, 2024
1 parent 75ad5d8 commit 0ea4285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/indexes/vector_stores/typesense.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const typesenseVectorStoreConfig = {
// for (let i = 0; i < data.length; i += chunkSize) {
// const chunk = data.slice(i, i + chunkSize);

// await this.caller.invoke(async () => {
// await this.caller.call(async () => {
// await this.client
// .collections<T>(collectionName)
// .documents()
Expand Down

0 comments on commit 0ea4285

Please sign in to comment.