From 5de43185f346a970dd9327470df7a02fa4d03ed7 Mon Sep 17 00:00:00 2001 From: Akmal Djumakhodjaev Date: Wed, 20 Dec 2023 11:16:15 +0800 Subject: [PATCH] fix spacing --- src/javascript/_common/url.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/javascript/_common/url.js b/src/javascript/_common/url.js index 6e3156063ac..ec7e36dfa6e 100644 --- a/src/javascript/_common/url.js +++ b/src/javascript/_common/url.js @@ -64,10 +64,10 @@ const Url = (() => { const default_domain = 'binary.com'; const host_map = { // the exceptions regarding updating the URLs - 'bot.binary.com' : 'www.binary.bot', - 'api.deriv.com': 'api.deriv.com', // same, shouldn't change - 'academy.binary.com' : 'academy.binary.com', - 'blog.binary.com' : 'blog.binary.com', + 'bot.binary.com' : 'www.binary.bot', + 'api.deriv.com' : 'api.deriv.com', // same, shouldn't change + 'academy.binary.com': 'academy.binary.com', + 'blog.binary.com' : 'blog.binary.com', }; const urlForCurrentDomain = (href) => {