Skip to content

Commit

Permalink
revert src/client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Apr 27, 2024
1 parent 04ce897 commit b99aa88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export class OramaClient {

public async search(query: ClientSearchParams, config?: SearchConfig): Promise<Nullable<Results<AnyDocument>>> {
await this.initPromise

const currentRequestNumber = ++this.searchRequestCounter
const cacheKey = `search-${JSON.stringify(query)}`

Expand Down

0 comments on commit b99aa88

Please sign in to comment.