Fix ESLint issues
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user