Fix ESLint issues

This commit is contained in:
2025-05-14 22:04:34 +02:00
parent 91e5d8af31
commit 5aa954dca2
10 changed files with 46 additions and 39 deletions

View File

@ -63,7 +63,7 @@ export class MovementApi {
limit?: number;
}
): Promise<Movement[]> {
let filtersS = new URLSearchParams();
const filtersS = new URLSearchParams();
if (filters) {
if (filters.amount_min)
filtersS.append("amount_min", filters.amount_min.toString());