fix(api): send empty response

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-28 11:17:48 +01:00
parent cd519405d1
commit 020ed5eb04

View File

@@ -257,7 +257,7 @@ export async function handler(
} }
} }
reply.status(200).send('ok'); reply.status(200).send();
} }
type TrackPayload = { type TrackPayload = {