Skip to content

Commit

Permalink
fix: pipeline rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmareines committed Oct 29, 2023
1 parent 8550f14 commit 7dd55c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cvm/fundos.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const getFunds = async (size = 100, page = 1) => {

if (Number(size) > 200) {
throw new BadRequestError({
message: 'Tamanho máximo é de 200 registros por página',
message: 'Tamanho máximo de 200 registros por página',
});
}

Expand Down

0 comments on commit 7dd55c5

Please sign in to comment.