Skip to content

Commit

Permalink
fix fetched at in b2
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Dec 24, 2024
1 parent 2be62db commit 1ed555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trigger/scrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const scrapAerolineasTask = schemaTask({
const b2_raw_path = await saveRawIntoB2({
url,
body: JSON.stringify(json),
fetched_at: new Date(),
fetched_at,
});
const datas = z.array(AerolineasFlightData).parse(json);

Expand Down

0 comments on commit 1ed555f

Please sign in to comment.