Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
2106 changed files with 88411 additions and 23463 deletions
Showing only changes of commit 709de95b10 - Show all commits

View File

@@ -8,7 +8,7 @@ export async function GET(
) {
try {
const { id } = params;
console.log("id server", id);
const data = await prisma.donasi_Invoice.findUnique({
where: {
id: id,