diff --git a/src/state/queries/starter-packs.ts b/src/state/queries/starter-packs.ts index 5b38b4de82..ec935836d3 100644 --- a/src/state/queries/starter-packs.ts +++ b/src/state/queries/starter-packs.ts @@ -4,6 +4,7 @@ import { AppBskyGraphGetStarterPack, AppBskyGraphStarterpack, AppBskyRichtextFacet, + asPredicate, AtUri, BskyAgent, RichText, @@ -368,7 +369,7 @@ export async function precacheStarterPack( starterPackView = starterPack } else if ( AppBskyGraphDefs.isStarterPackViewBasic(starterPack) && - AppBskyGraphStarterpack.isValidRecord(starterPack.record) + asPredicate(AppBskyGraphStarterpack.validateRecord)(starterPack.record) ) { const listView: AppBskyGraphDefs.ListViewBasic = { uri: starterPack.record.list,