From 019686cf4144ba2febf1637a4f104c8b8a6bd054 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Sun, 23 Nov 2025 11:48:06 +0100 Subject: [PATCH] fixed error il PatchLoanEndpoint.cs --- ApiEfCoreLibrary/Endpoints/Loan/PatchLoanEndpoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiEfCoreLibrary/Endpoints/Loan/PatchLoanEndpoint.cs b/ApiEfCoreLibrary/Endpoints/Loan/PatchLoanEndpoint.cs index b53e4fa..722d975 100644 --- a/ApiEfCoreLibrary/Endpoints/Loan/PatchLoanEndpoint.cs +++ b/ApiEfCoreLibrary/Endpoints/Loan/PatchLoanEndpoint.cs @@ -24,7 +24,7 @@ public class PatchLoanEndpoint(LibraryDbContext database) : Endpoint