From e5b9f130a9be7a8fb2628adbefd75a1c7140b140 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 25 Jun 2024 09:24:05 -0700 Subject: Only add the URI to the record (#4639) --- src/state/queries/starter-packs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/state/queries/starter-packs.ts b/src/state/queries/starter-packs.ts index ca7fa2d0c..c279b6dc4 100644 --- a/src/state/queries/starter-packs.ts +++ b/src/state/queries/starter-packs.ts @@ -127,7 +127,7 @@ export function useCreateStarterPackMutation({ description, descriptionFacets, list: listRes?.uri, - feeds, + feeds: feeds?.map(f => ({uri: f.uri})), createdAt: new Date().toISOString(), }, ) -- cgit 1.4.1