Skip to content

Commit

Permalink
fix: merge conflict errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HunorTotBagi committed Dec 31, 2024
1 parent 7ae862f commit d3a075f
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
using BuildingBlocks.Domain.ValueObjects.Ids;
using Files.Application.Files.Commands.CreateFileAsset;
using Files.Application.Entities.Files.Commands.CreateFileAsset;

// ReSharper disable ClassNeverInstantiated.Global
using Files.Application.Entities.Files.Commands.CreateFileAsset;
using Mapster;
using MediatR;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing;

namespace Files.Api.Endpoints.Files;

Expand All @@ -32,4 +26,6 @@ public void AddRoutes(IEndpointRouteBuilder app)
}

// ReSharper disable once NotAccessedPositionalProperty.Global
public record CreateFileAssetRequest(FileAssetDto FileAsset);

public record CreateFileAssetResponse(FileAssetId Id);

0 comments on commit d3a075f

Please sign in to comment.