Skip to content

Commit

Permalink
Merge pull request #92 from deriv-com/mayuran/error_revert-function
Browse files Browse the repository at this point in the history
fix: error
  • Loading branch information
habib-deriv authored Jul 18, 2024
2 parents 3345db8 + 762662b commit 1e5b1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/footer/liveChatFeatureFlag/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let is_whatapp_visible = false;
function fetchChatData() {
const liveChatWrapper = document.getElementById("live_chat-wrapper");
try {
const dataRef = ref(db, "remote_config/deriv-com/chat.json");
const dataRef = ref(db, "remote_config/deriv-com/chat");
onValue(
dataRef,
(snapshot) => {
Expand Down

0 comments on commit 1e5b1a1

Please sign in to comment.