Skip to content

Commit

Permalink
queryDocuments -> query
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwey committed Aug 6, 2023
1 parent 5f988f6 commit a32db91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/src/initialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const initialize = (

// reader
const readerClient = initReader(httpClient, options?.readerHostURL);
const queryDocuments = queryDocumentsFactory(readerClient);
const query = queryDocumentsFactory(readerClient);
const inferSchema = inferSchemaFactory(readerClient);

// management
Expand All @@ -58,7 +58,7 @@ const initialize = (
updateDocuments,
deleteDocuments,
// reader
queryDocuments,
query,
inferSchema,
// management
createCollection,
Expand Down

0 comments on commit a32db91

Please sign in to comment.