Skip to content

Commit

Permalink
fixed import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hero101 committed Oct 25, 2024
1 parent 9116144 commit c4a74f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elasticsearch-client/elasticsearch.client.factory.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import fs from 'fs';
import * as fs from 'fs';
import { LoggerService } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
import { Client } from '@elastic/elasticsearch';
Expand Down

0 comments on commit c4a74f3

Please sign in to comment.