Pull only necessary data for map v2 points

This commit is contained in:
Eugene Burmakin 2025-12-06 21:22:42 +01:00
parent 672c308f67
commit 2debcd88fa

View file

@ -18,7 +18,8 @@ export class ApiClient {
start_at,
end_at,
page: page.toString(),
per_page: per_page.toString()
per_page: per_page.toString(),
slim: 'true'
})
const response = await fetch(`${this.baseURL}/points?${params}`, {