Skip to content

Commit

Permalink
fixed wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jun 22, 2023
1 parent 4514046 commit 8c38e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 8c38e2e

Please sign in to comment.