Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunobento1990 committed Oct 4, 2024
1 parent b04f83b commit bdac9af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OpenAdm.Application/Services/MovimentacaoDeProdutosService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public MovimentacaoDeProdutosService(

public async Task<byte[]> GerarRelatorioAsync(RelatorioMovimentoDeProdutoDto relatorioMovimentoDeProdutoDto)
{
var dia = relatorioMovimentoDeProdutoDto.DataInicial.Day;
var mes = relatorioMovimentoDeProdutoDto.DataInicial.Month;
var configuracaoDePedido = await _configuracoesDePedidoRepository
.GetConfiguracoesDePedidoAsync();
var logo = configuracaoDePedido?.Logo is null ? null : Encoding.UTF8.GetString(configuracaoDePedido.Logo);
Expand Down

0 comments on commit bdac9af

Please sign in to comment.