Skip to content

Commit

Permalink
fix(web-console): Fix import path in questdb.ts (#208)
Browse files Browse the repository at this point in the history
Fix import path in questdb.ts
  • Loading branch information
insmac authored Oct 13, 2023
1 parent 9846ef9 commit 2ea792f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-console/src/utils/questdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* limitations under the License.
*
******************************************************************************/
import { isServerError } from "utils";
import { isServerError } from "../utils";
import { BusEvent } from "../consts"
import { TelemetryConfigShape } from "./../store/Telemetry/types"

Expand Down

0 comments on commit 2ea792f

Please sign in to comment.