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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user