Skip to content

Commit

Permalink
chore(import): fixing import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed May 14, 2024
1 parent 9f31d31 commit e5e2683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/plugin/pluginContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ import Bluebird from "bluebird";
import { Koncorde } from "../shared/KoncordeWrapper";
import { JSONObject } from "kuzzle-sdk";


import {
KuzzleRequest,
Request,
RequestContext,
RequestInput,
} from "../../../index";

import * as kerror from "../../kerror";
import {
BadRequestError,
Expand All @@ -47,7 +47,7 @@ import {
TooManyRequestsError,
UnauthorizedError,
} from "../../kerror/errors";
import { Elasticsearch } from "../../service/storage/elasticsearch";
import { Elasticsearch } from "../../service/storage/Elasticsearch";
import { Mutex } from "../../util/mutex";
import Promback from "../../util/promback";
import { isPlainObject } from "../../util/safeObject";
Expand Down

0 comments on commit e5e2683

Please sign in to comment.