Skip to content

Commit

Permalink
Update source link (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmanriqueUy authored May 19, 2024
1 parent e613a26 commit 59985a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/seed/downloadFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { fetch } from "@remix-run/node";
import { readFile } from "fs/promises";

const URL =
"https://www5.ine.gub.uy/documents/Estad%C3%ADsticasecon%C3%B3micas/SERIES%20Y%20OTROS/Cotizaci%C3%B3n%20de%20monedas/Cotizaci%C3%B3n%20monedas.xlsx";
"https://www5.ine.gub.uy/documents/Estad%C3%ADsticasecon%C3%B3micas/SERIES%20Y%20OTROS/Cotizaci%C3%B3n%20monedas/Cotizaci%C3%B3n%20monedas.xlsx";

export async function downloadFile() {
const response = await fetch(URL);
Expand Down

0 comments on commit 59985a5

Please sign in to comment.