From a64110db6888d32d6d234a2c373708f3fd7d9667 Mon Sep 17 00:00:00 2001 From: Ashis Date: Fri, 1 Mar 2024 20:21:27 +0530 Subject: [PATCH] fix: removed unwanted import --- packages/restapi/src/lib/pushNotification/channel.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/restapi/src/lib/pushNotification/channel.ts b/packages/restapi/src/lib/pushNotification/channel.ts index b08ec5902..762a563a5 100644 --- a/packages/restapi/src/lib/pushNotification/channel.ts +++ b/packages/restapi/src/lib/pushNotification/channel.ts @@ -20,7 +20,6 @@ import { getCAIPDetails, validateCAIP, getFallbackETHCAIPAddress, - isValidNFTCAIP10Address, pCAIP10ToWallet, } from '../helpers'; import PROGRESSHOOK from '../progressHook';