getting somewhere
This commit is contained in:
@@ -15,6 +15,7 @@ const addState = connect(
|
||||
.then(res => res.json())
|
||||
.then(data => {
|
||||
if (!data.success) return errorToast(data.error_message);
|
||||
console.log(data.response);
|
||||
ws.connect();
|
||||
})
|
||||
.catch(error => errorToast(error));
|
||||
|
||||
Reference in New Issue
Block a user