deleted a console log
Unit Tests with docker compose / unit-test (pull_request) Successful in 3m59s
Details
Unit Tests with docker compose / unit-test (pull_request) Successful in 3m59s
Details
This commit is contained in:
parent
199f06db43
commit
98f9c5bf8e
|
@ -8,7 +8,6 @@ class ImageController {
|
||||||
const images = await imageService.findAll();
|
const images = await imageService.findAll();
|
||||||
res.json({ images });
|
res.json({ images });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
|
||||||
res.status(500).json({ error: "Internal Server Error" });
|
res.status(500).json({ error: "Internal Server Error" });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue