diff --git a/src/protocols/peer-sharing/messages/PeerSharingResponse.ts b/src/protocols/peer-sharing/messages/PeerSharingResponse.ts index 93ca0d1..a6df227 100644 --- a/src/protocols/peer-sharing/messages/PeerSharingResponse.ts +++ b/src/protocols/peer-sharing/messages/PeerSharingResponse.ts @@ -1,5 +1,4 @@ -import { CanBeCborString, Cbor, CborArray, CborBytes, CborObj, CborString, CborUInt, ToCbor, ToCborObj, forceCborString } from "@harmoniclabs/cbor"; -import { isObject } from "@harmoniclabs/obj-utils"; +import { CanBeCborString, Cbor, CborArray, CborObj, CborString, CborUInt, ToCbor, ToCborObj, forceCborString } from "@harmoniclabs/cbor"; import { getCborBytesDescriptor } from "../../utils/getCborBytesDescriptor"; import { isWord16 } from "../../utils/isWord16"; import { isWord32 } from "../../utils/isWord32";