Fix TypeScript error
This commit is contained in:
parent
7b6072c660
commit
c8be330799
@ -74,7 +74,7 @@ export class MovementApi {
|
|||||||
if (filters.time_max)
|
if (filters.time_max)
|
||||||
filtersS.append("time_max", filters.time_max.toString());
|
filtersS.append("time_max", filters.time_max.toString());
|
||||||
if (filters.label) filtersS.append("label", filters.label);
|
if (filters.label) filtersS.append("label", filters.label);
|
||||||
if (filters.limit) filtersS.append("limit", filters.limit);
|
if (filters.limit) filtersS.append("limit", filters.limit.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user