From 4b3123b5aee4fc40f2ed0c31025323ee0c38031e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20=E2=9D=A4=EF=B8=8F=20Crypto?= <108269257+hans-crypto@users.noreply.github.com> Date: Tue, 21 May 2024 09:00:05 +0200 Subject: [PATCH] Remove reference to bisq in unfurler not needed anymore --- unfurler/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/unfurler/src/index.ts b/unfurler/src/index.ts index 947ec7a8d..755232b50 100644 --- a/unfurler/src/index.ts +++ b/unfurler/src/index.ts @@ -47,9 +47,6 @@ class Server { case "liquid": canonical = "https://liquid.network" break; - case "bisq": - canonical = "https://bisq.markets" - break; case "onbtc": canonical = "https://bitcoin.gob.sv" break;