[examples/openspending][m] - fix build + add tests

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-18 21:18:02 -03:00
parent cc36dc1c62
commit 43a083d1b7
3 changed files with 116 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ import { Grid } from '@githubocto/flat-ui';
const queryClient = new QueryClient();
async function getCsv(url: string) {
export async function getCsv(url: string) {
const response = await fetch(url, {
headers: {
Range: 'bytes=0-5132288',