Skip to content

Commit

Permalink
Merge pull request #42 from alkem-io/develop
Browse files Browse the repository at this point in the history
Fixed import statement
  • Loading branch information
hero101 authored Oct 25, 2024
2 parents 352db9f + c4a74f3 commit fa00bcd
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 fa00bcd

Please sign in to comment.