Skip to content

Commit 8aee4b2

Browse files
authored
Provide link to 2024 annual report (#909)
1 parent d43c107 commit 8aee4b2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/labs/pages/api/annual-report.pdf.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@ export default async function handler(req: NextRequest) {
3333
return fetch(
3434
'https://a.storyblok.com/f/152463/x/20372ca74f/quansight-labs-annual-report-2022.pdf',
3535
);
36-
case '2023': // falls through to default
36+
case '2023':
37+
return fetch(
38+
'https://a.storyblok.com/f/152463/x/72fafda3df/quansight-labs-annual-report-2023.pdf',
39+
);
40+
case '2024': // falls through to default
3741
default:
3842
return fetch(
39-
'https://a.storyblok.com/f/152463/x/72fafda3df/quansight-labs-annual-report-2023.pdf'
43+
'https://a.storyblok.com/f/152463/x/704327720f/labs-annual-report-2024.pdf',
4044
);
4145
}
4246
}

0 commit comments

Comments
 (0)