Run E2E on master branch (#2934)

This commit is contained in:
yasserfaraazkhan
2024-01-17 14:13:04 +05:30
committed by GitHub
parent d595d7962f
commit 504e80e132
4 changed files with 164 additions and 42 deletions

View File

@@ -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;
});
}