We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41d537 commit 8262c81Copy full SHA for 8262c81
frontends/main/src/app/page.tsx
@@ -29,8 +29,6 @@ const Page: React.FC = async () => {
29
const dehydratedState = await prefetch([
30
/* We can't prefetch any learning resource until they are fully public, https://github.com/mitodl/hq/issues/5159
31
32
- // The queries for carousel content are not checked in the query cache warnings as the use the key factory methods directly
33
-
34
// Featured Courses carousel "All"
35
learningResourcesKeyFactory.featured({
36
limit: 12,
0 commit comments