mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
arreglar links
This commit is contained in:
parent
8908ce428e
commit
1d5328a821
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ esto esta automáticamente generado por sepa-index-gen dentro de preciazo.`;
|
||||||
const id = `${resource.id}-revID-${resource.revision_id}`;
|
const id = `${resource.id}-revID-${resource.revision_id}`;
|
||||||
const fileExists = fileList.find((file) => file.startsWith(id));
|
const fileExists = fileList.find((file) => file.startsWith(id));
|
||||||
const link =
|
const link =
|
||||||
fileExists ??
|
fileExists &&
|
||||||
`https://f004.backblazeb2.com/file/precios-justos-datasets/${fileExists}`;
|
`https://f004.backblazeb2.com/file/precios-justos-datasets/${fileExists}`;
|
||||||
let warnings = "";
|
let warnings = "";
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Reference in a new issue