Skip to content

Commit b5fcd36

Browse files
ongoing
1 parent eb16c7f commit b5fcd36

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ongoing-papers.ts

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

33
const papers: Paper[] = [
44
{
5-
_id: "670989963ec3fdad83b2d23b",
5+
_id: "670903eb02a75017a4f087b0",
66
finalUrl:
7-
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728678280/papers/rfzqpi8pf0tczozllynz.pdf",
7+
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728642885/papers/aukdvlikf09cscx6hzgt.pdf",
88
thumbnailUrl:
9-
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728678280/papers/rfzqpi8pf0tczozllynz.jpg",
10-
subject: "Data Structures and Algorithms [BCSE202L]",
11-
slot: "A1",
12-
year: "2022",
9+
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728642885/papers/aukdvlikf09cscx6hzgt.jpg",
10+
subject: "Discrete Mathematics and Graph Theory [BMAT205L]",
11+
slot: "D2",
12+
year: "2023",
1313
exam: "CAT-2",
1414
},
1515

1616
{
17-
_id: "670985673ec3fdad83b2d220",
17+
_id: "670980523ec3fdad83b2d211",
1818
finalUrl:
19-
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728677214/papers/ssw52yz7fpbjdeyp9bha.pdf",
19+
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728675912/papers/lvtypsfdtref5mjskley.pdf",
2020
thumbnailUrl:
21-
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728677214/papers/ssw52yz7fpbjdeyp9bha.jpg",
22-
subject: "Operating Systems [BCSE303L]",
23-
slot: "B1",
24-
year: "2023",
21+
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728675912/papers/lvtypsfdtref5mjskley.jpg",
22+
subject: "Compiler Design [BCSE307L]",
23+
slot: "A2",
24+
year: "2024",
2525
exam: "CAT-2",
2626
},
2727
{

0 commit comments

Comments
 (0)