Only add the URI to the record (#4639)

This commit is contained in:
Hailey
2024-06-25 09:24:05 -07:00
committed by GitHub
parent fc2fba0981
commit e5b9f130a9
+1 -1
View File
@@ -127,7 +127,7 @@ export function useCreateStarterPackMutation({
description,
descriptionFacets,
list: listRes?.uri,
feeds,
feeds: feeds?.map(f => ({uri: f.uri})),
createdAt: new Date().toISOString(),
},
)