Skip to content

Commit 409d7e4

Browse files
ongoing
1 parent b5fcd36 commit 409d7e4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ongoing-papers.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@ import { type Paper } from "@/interface";
22

33
const papers: Paper[] = [
44
{
5-
_id: "670903eb02a75017a4f087b0",
5+
_id: "6708fd8002a75017a4f08759",
66
finalUrl:
7-
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728642885/papers/aukdvlikf09cscx6hzgt.pdf",
7+
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728642405/papers/orbppimhujcijj2ywhvm.pdf",
88
thumbnailUrl:
9-
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728642885/papers/aukdvlikf09cscx6hzgt.jpg",
9+
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728642405/papers/orbppimhujcijj2ywhvm.jpg",
1010
subject: "Discrete Mathematics and Graph Theory [BMAT205L]",
11-
slot: "D2",
11+
slot: "A2",
1212
year: "2023",
1313
exam: "CAT-2",
1414
},
15-
1615
{
1716
_id: "670980523ec3fdad83b2d211",
1817
finalUrl:

0 commit comments

Comments
 (0)