fix ( event )

deskripsi:
- fix list peserta
This commit is contained in:
2025-01-21 11:00:17 +08:00
parent b0243977ab
commit 6bc2d3f628
4 changed files with 139 additions and 8 deletions

View File

@@ -48,16 +48,12 @@ export async function GET(
},
});
console.log("server", fixData)
return NextResponse.json({
success: true,
message: "Success get data",
data: fixData,
});
} catch (error) {
backendLogger.error("Error get list data:", error);
return NextResponse.json(
{