Skip to content

Commit f42097e

Browse files
committed
fix relative imports
1 parent 7dd32b5 commit f42097e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import bodyBuilder, {AggregationBuilder, FilterBuilder, QueryBuilder} from 'body
33
import {AttributeValue as attr} from 'dynamodb-data-types';
44
import {Client, IndicesCreateParams, SearchResponse} from 'elasticsearch';
55
import httpAwsEs from 'http-aws-es';
6-
import {excludeKeys, validateConfig} from 'utils';
6+
import {excludeKeys, validateConfig} from './utils';
77

88
// Read more about ElasticSearch mappings
99
// https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html

0 commit comments

Comments
 (0)