Adding catches
All checks were successful
Music Collection CI Workflow / test (./backend) (push) Successful in 29s
Music Collection CI Workflow / test (./frontend) (push) Successful in 36s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/music-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m53s
Music Collection CI Workflow / deploy (push) Successful in 24s

This commit is contained in:
Phill Pover 2025-04-07 04:47:44 +01:00
parent ea1108e49c
commit c598b221aa

View File

@ -69,6 +69,7 @@ export async function updateAlbum(formData: FormData) {
if (response.ok) {
return response.json();
}
console.log(response);
return Promise.reject(response);
}).catch(error => {
console.log(error);