chore : replaced var with explicit types
This commit is contained in:
parent
b344b6a03f
commit
64841332e0
4 changed files with 34 additions and 33 deletions
|
|
@ -38,7 +38,6 @@ public static class ImageController
|
|||
}
|
||||
catch (Exception)
|
||||
{
|
||||
// In a real app, log the exception here.
|
||||
return Results.Problem(
|
||||
detail: "An internal error occurred.",
|
||||
statusCode: StatusCodes.Status500InternalServerError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue