Skip to content

Commit 0ae6686

Browse files
committed
optimised variables names
1 parent 4033edf commit 0ae6686

File tree

22 files changed

+598
-1122
lines changed

22 files changed

+598
-1122
lines changed

ongoing-papers.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const papers: IUpcomingPaper[] = [
55
_id: "6708fd8002a75017a4f08759",
66
subject: "Discrete Mathematics and Graph Theory [BMAT205L]",
77
slots: ["A2", "B2"],
8-
98
},
109
{
1110
_id: "670980523ec3fdad83b2d211",
@@ -15,9 +14,9 @@ const papers: IUpcomingPaper[] = [
1514
{
1615
_id: "670a105e6272bcf9da4e2362",
1716

18-
finalUrl:
17+
final_url:
1918
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728712773/papers/ifkrnjgwdudtev9rxpki.pdf",
20-
thumbnailUrl:
19+
thumbnail_url:
2120
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728712773/papers/ifkrnjgwdudtev9rxpki.jpg",
2221
subject: "Complex Variables and Linear Algebra [BMAT201L]",
2322
slots: ["A1", "B1"],
@@ -28,9 +27,9 @@ const papers: IUpcomingPaper[] = [
2827
},
2928
{
3029
_id: "67097e7b3ec3fdad83b2d205",
31-
finalUrl:
30+
final_url:
3231
"https://res.cloudinary.com/dtorpaj1c/image/upload/v1728675439/papers/pyyqotz1mzuh2wmq1k9s.pdf",
33-
thumbnailUrl:
32+
thumbnail_url:
3433
"https://res.cloudinary.com/dtorpaj1c/image/upload/w_400,h_400,c_fill/v1728675439/papers/pyyqotz1mzuh2wmq1k9s.jpg",
3534
subject: "Computer Networks [BCSE308L]",
3635
slots: ["C2", "D2"],

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@google/genai": "^0.7.0",
1413
"@radix-ui/react-accordion": "^1.2.4",
1514
"@radix-ui/react-dialog": "^1.1.7",
1615
"@radix-ui/react-icons": "^1.3.2",

pnpm-lock.yaml

Lines changed: 8 additions & 207 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/api/ai-upload/route.ts

Lines changed: 0 additions & 313 deletions
This file was deleted.

0 commit comments

Comments
 (0)