Skip to content

Commit

Permalink
chore: remove old default
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Oct 22, 2024
1 parent 9e40260 commit 2ff69dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/freshchat.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class FreshChat {
hostname = localStorage.getItem("config.server_url") || blue.derivws.com;
hostname = localStorage.getItem("config.server_url") || "blue.derivws.com";
appId = localStorage.getItem("config.app_id") || 16929;

constructor({ token = null, hideButton = false } = {}) {
Expand Down

0 comments on commit 2ff69dc

Please sign in to comment.