Removed another todo

This commit is contained in:
2024-08-20 17:01:13 +03:00
parent eb0037e108
commit 7d7993f9e5

View File

@@ -40,7 +40,6 @@ public class VisaApplicationRequestsHandler(
public async Task HandleCreateRequest(Guid userId, VisaApplicationCreateRequest request, CancellationToken cancellationToken)
{
//TODO fix
//TODO mapper
var applicant = await applicants.FindByUserIdAsync(userId, cancellationToken);