Stop adding whats-hot for new users

zio/stable
Cooper Edmunds 2023-11-29 15:24:14 -05:00
parent 8ceabe2a11
commit 34759798eb
1 changed files with 2 additions and 2 deletions

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: [],
}
}
}