Skip to content

Commit

Permalink
chore: alias
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsalgado committed Mar 3, 2024
1 parent 7df2160 commit 564e8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/handler_extrato_bancario.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ union all
(select t.valor, t.descricao, t.tipo, t.realizado_em
from transacoes t
where cliente_id = $1
where t.cliente_id = $1
order by t.id desc
limit 10)
`
Expand Down

0 comments on commit 564e8a9

Please sign in to comment.