From 008eda6f712fb42fea4e5297934e0b6553bcdd1e Mon Sep 17 00:00:00 2001 From: Darius Date: Fri, 6 Feb 2026 21:30:12 +0100 Subject: [PATCH] misse a little oopsie --- src/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index d9db248..d75f576 100644 --- a/src/index.ts +++ b/src/index.ts @@ -103,7 +103,12 @@ const tidalService = new TidalService(tidalClient); const wsService = new WsService(); -const hpService = new HomepageService(haService, tidalService, wsService); +const hpService = new HomepageService( + gristService, + haService, + tidalService, + wsService, +); async function verifyAPIKey( request: FastifyRequest,