From 7f8dcde98c4d900c919153d88ff1584c9068d2a6 Mon Sep 17 00:00:00 2001 From: Brama Udi Date: Sat, 11 May 2024 08:22:14 +0700 Subject: [PATCH] chore: cleaning post-merge code --- src/modules/processing/url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/processing/url.js b/src/modules/processing/url.js index a17ee0bd..6b86fb05 100644 --- a/src/modules/processing/url.js +++ b/src/modules/processing/url.js @@ -74,7 +74,7 @@ function aliasURL(url) { url = new URL(`https://web.facebook.com/_shortLink/${parts[1]}`) } break; - break; + case "ddinstagram": if (services.instagram.altDomains.includes(host.domain) && [null, 'd', 'g'].includes(host.subdomain)) { url.hostname = 'instagram.com';