forked from sanchezvem/pyrofetes-backend
Cleaned code
This commit is contained in:
@@ -28,7 +28,7 @@ public class UpdateQuotationEndpoint(
|
||||
}
|
||||
|
||||
mapper.Map(req, quotation);
|
||||
|
||||
|
||||
await quotationsRepository.SaveChangesAsync(ct);
|
||||
await Send.NoContentAsync(ct);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user