From 8c04e17e07aba6b038865a20b516ff38f1c17b45 Mon Sep 17 00:00:00 2001 From: Raffa Bux Date: Wed, 17 Jul 2024 10:17:11 +0200 Subject: [PATCH] minor fixes --- src/protocols/peer-sharing/messages/PeerSharingResponse.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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";