Stop adding whats-hot for new users

This commit is contained in:
Cooper Edmunds 2023-11-29 15:24:14 -05:00
parent 8ceabe2a11
commit 34759798eb

View file

@ -116,8 +116,8 @@ export async function DEFAULT_FEEDS(
} else {
// production
return {
pinned: [PROD_DEFAULT_FEED('whats-hot')],
saved: [PROD_DEFAULT_FEED('whats-hot')],
pinned: [],
saved: [],
}
}
}