Run E2E on master branch (#2934)
This commit is contained in:
@@ -78,7 +78,7 @@ function saveToEndpoint(url, data) {
|
||||
},
|
||||
data,
|
||||
}).catch((error) => {
|
||||
console.log('Something went wrong:', error.response.data.message);
|
||||
console.log('Something went wrong:', error.response.data);
|
||||
return error.response.data;
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user