misse a little oopsie
This commit is contained in:
@@ -103,7 +103,12 @@ const tidalService = new TidalService(tidalClient);
|
|||||||
|
|
||||||
const wsService = new WsService();
|
const wsService = new WsService();
|
||||||
|
|
||||||
const hpService = new HomepageService(haService, tidalService, wsService);
|
const hpService = new HomepageService(
|
||||||
|
gristService,
|
||||||
|
haService,
|
||||||
|
tidalService,
|
||||||
|
wsService,
|
||||||
|
);
|
||||||
|
|
||||||
async function verifyAPIKey(
|
async function verifyAPIKey(
|
||||||
request: FastifyRequest,
|
request: FastifyRequest,
|
||||||
|
|||||||
Reference in New Issue
Block a user