Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
fix(utils.ts): fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
GGORG0 committed Jul 20, 2022
1 parent 2b7ddb2 commit 77a9ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Signale from "signale";
import { exec } from "child_process";
import { promisify } from "util";
import { Response } from "express";
import { SharXError, UnknownError } from "../../api-types/src/errors";
import { SharXError, UnknownError } from "../api-types/src/errors";

export function createSignale(filename: string, notify = true) {
const signale = Signale.scope(basename(filename));
Expand Down

0 comments on commit 77a9ee1

Please sign in to comment.