mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-04 07:02:45 +08:00
fixed wrong path
This commit is contained in:
parent
8a2a7b72ce
commit
5892a9a897
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const { preprocessAttachments } = require('../data-url');
|
|||
const TaskHandler = require('../task-handler');
|
||||
const prepareSearchFilter = require('../prepare-search-filter');
|
||||
const { getMongoDBQuery, getElasticSearchQuery } = require('../search-query');
|
||||
const { getClient } = require('./lib/elasticsearch');
|
||||
const { getClient } = require('../elasticsearch');
|
||||
|
||||
const BimiHandler = require('../bimi-handler');
|
||||
|
||||
|
|
Loading…
Reference in a new issue