chore: oops

This commit is contained in:
2026-02-06 23:27:11 +01:00
parent 381f4fc523
commit eac736b9fb

View File

@@ -11,7 +11,7 @@ export async function POST(request: NextRequest) {
'Mediamtx publish auth request:',
JSON.stringify(body, null, 2)
);
}
};
const parsed = schema.safeParse(body);
if (!parsed.success) {