From f85b55f4bd09c964a898e695d0fc13231eac540b Mon Sep 17 00:00:00 2001 From: Matthew Petro Date: Mon, 8 Apr 2024 08:24:55 -0700 Subject: [PATCH] Added todo comment --- src/sunrise-sunset/sunrise-sunset.controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sunrise-sunset/sunrise-sunset.controller.ts b/src/sunrise-sunset/sunrise-sunset.controller.ts index 77aa941..ac05ee8 100644 --- a/src/sunrise-sunset/sunrise-sunset.controller.ts +++ b/src/sunrise-sunset/sunrise-sunset.controller.ts @@ -3,6 +3,7 @@ import { IsISO8601 } from 'class-validator' import { SunriseSunsetService } from './sunrise-sunset.service' import { parseISO } from 'date-fns' +// TODO: Remove this controller when no longer needed for testing purposes class QueryParameters { @IsISO8601() startDate: string