Skip to content

Commit

Permalink
Change import of lodash/chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
ronitagarwala01 committed Nov 23, 2023
1 parent ca49c34 commit 7f98148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { pathToFileURL } from 'url'
import { Client } from '@opensearch-project/opensearch'
import type { ClientOptions } from '@opensearch-project/opensearch'
import { exists } from './paths'
import chunk from 'lodash/chunk'
import chunk from 'lodash/chunk.js'

const jsonFilename = 'sandbox-search.json'
const jsFilename = 'sandbox-search.js'
Expand Down

0 comments on commit 7f98148

Please sign in to comment.