*Fix import

This commit is contained in:
Derrick Hammer 2022-08-18 19:17:41 -04:00
parent 801ae6cd4c
commit b00e598c07
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { clearTimeout, setTimeout } from "timers"; import { clearTimeout, setTimeout } from "timers";
import RpcNetwork from "./rpcNetwork.js"; import RpcNetwork from "./rpcNetwork.js";
import { pack, unpack } from "msgpackr"; import { pack, unpack } from "msgpackr";
import { RPCRequest, RPCResponse } from "./types"; import { RPCRequest, RPCResponse } from "./types.js";
import { Buffer } from "buffer"; import { Buffer } from "buffer";
import { blake2b } from "libskynet"; import { blake2b } from "libskynet";
import { flatten } from "./util.js"; import { flatten } from "./util.js";