Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
piloking committed Nov 3, 2024
1 parent 519da0e commit 128253b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/linejs/client/entities/message-class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* for message
*/
import * as LINETypes from "@evex/linejs-types";
import { parseEnum } from "../../../types/thrift.ts";
import { parseEnum } from "@evex/linejs-types/thrift";
import type { Client } from "../index.ts";
import type { LooseType } from "./common.ts";
import { InternalError } from "./errors.ts";
Expand Down
2 changes: 1 addition & 1 deletion packages/linejs/client/entities/talk-class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* for talk
*/
import type * as LINETypes from "@evex/linejs-types";
import { parseEnum } from "../../../types/thrift.ts";
import { parseEnum } from "@evex/linejs-types/thrift";
import type { Client } from "../index.ts";
import type { LooseType } from "./common.ts";
import type { Buffer } from "node:buffer";
Expand Down

0 comments on commit 128253b

Please sign in to comment.