Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
akmal-deriv committed Dec 20, 2023
1 parent d1067d1 commit 5de4318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/javascript/_common/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 5de4318

Please sign in to comment.