From deb257b2fe9b782459dbee7ee67ca1a683d2d2e8 Mon Sep 17 00:00:00 2001 From: Chip Wasson Date: Mon, 16 Oct 2023 10:15:52 -0600 Subject: [PATCH] Reset dinosaur wet --- src/dinosaurwet/dinosaurwet.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dinosaurwet/dinosaurwet.controller.ts b/src/dinosaurwet/dinosaurwet.controller.ts index 3e220ec..9a74729 100644 --- a/src/dinosaurwet/dinosaurwet.controller.ts +++ b/src/dinosaurwet/dinosaurwet.controller.ts @@ -26,7 +26,7 @@ const episodeFiles: [number, string][] = [ [40947042, '20-The-Joels-Triumphant.mp3'], ]; -const startDate = new Date('2023-10-02'); +const startDate = new Date('2023-10-16'); type Episode = { filename: string;