Skip to content

Commit

Permalink
Fix broadcast date
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Golmann <[email protected]>
  • Loading branch information
MattIPv4 and pjeweb authored Oct 2, 2024
1 parent b93f502 commit f5a07e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ const animalQuest: Readonly<AnimalQuest[]> = [
edition: "Tortoise Edition",
description:
"Meet Push Pop, Alveus' Sulcata Tortoise, in this episode. Learn about the history and endangerment of African Spurred Tortoises, the pet trade and how conservation efforts can help save them, and how we can all make a difference.",
broadcast: new Date("2024-10-01"),
broadcast: new Date("2024-08-27"),
host: "maya",
length: 60 * 60 + 5 * 60 + 25, // 00:00:25 - 01:05:50
prezi: "UxZPN3llGDZevXDS68rd",
Expand Down

0 comments on commit f5a07e0

Please sign in to comment.