chore : replaced var with explicit types

This commit is contained in:
gelaws-hub 2025-07-31 20:41:48 +07:00
parent b344b6a03f
commit 64841332e0
4 changed files with 34 additions and 33 deletions

View file

@ -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