Adding catches
Some checks failed
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 51s
Music Collection CI Workflow / deploy (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been cancelled
Some checks failed
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 51s
Music Collection CI Workflow / deploy (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been cancelled
This commit is contained in:
parent
ea589d4562
commit
2ae79ac7ff
@ -17,8 +17,7 @@ export class AlbumController {
|
||||
}
|
||||
|
||||
@Get(':id')
|
||||
findOneById(@console.logremoveAlbumController findOnyById: ",id);
|
||||
Param('id') id: number): Promise<Album | null> {
|
||||
findOneById(@Param('id') id: number): Promise<Album | null> {
|
||||
console.log("AlbumController findOnyById: ",id);
|
||||
return this.albumService.findOneById(id);
|
||||
}
|
||||
@ -39,7 +38,6 @@ export class AlbumController {
|
||||
|
||||
@Delete(':id')
|
||||
async remove(@Param('id') id: number): Promise<DeleteResult> {
|
||||
console.log("AlbumController remove: ",id);
|
||||
return this.albumService.remove(id);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user