Skip to content

Commit 755cdb7

Browse files
Merge pull request #32 from CodeChefVIT/staging
build fix
2 parents a3adf41 + 956a218 commit 755cdb7

File tree

1 file changed

+3
-0
lines changed
  • src/app/api/admin/bulk-upload-pdf

1 file changed

+3
-0
lines changed

src/app/api/admin/bulk-upload-pdf/route.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ export async function POST(req: Request) {
6666
status: "success",
6767
url: url,
6868
thumbnailUrl: thumbnailUrl,
69+
subject,
70+
slot,
71+
year,
6972
});
7073
}),
7174
);

0 commit comments

Comments
 (0)