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,