populate the real starter packs

This commit is contained in:
Hailey
2024-06-06 23:04:06 -07:00
parent 964dbf1fa2
commit 146a0641d6
3 changed files with 14 additions and 7 deletions
-1
View File
@@ -15,7 +15,6 @@ export function useStarterPackQuery({id}: {id: string}) {
const res = await agent.app.bsky.graph.getStarterPack({
starterPack: id,
})
return res.data
},
staleTime: STALE.MINUTES.FIVE,