changed the value of REACT_APP_PRIMARY_SOCKET in env production file

This commit was merged in pull request #18.
This commit is contained in:
victorAnumudu
2024-03-15 13:13:11 +01:00
parent 3f6cb6afba
commit 6046401aa2
4 changed files with 7 additions and 35 deletions
-1
View File
@@ -11,7 +11,6 @@ function App() {
useEffect(()=>{ // sends an event to the socket to enable user join a room to be able to receive update when jobs enters the market
joinRoom('full-markets-jobs')
console.log('market room joined')
},[])
return (