Skip to content

Commit

Permalink
fix: remove itemCurations from publishTPCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Mar 7, 2022
1 parent 5fee0de commit 35c6761
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Collection/Collection.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export class CollectionService {
): Promise<{
collection: CollectionAttributes
items: FullItem[]
itemCurations: ItemCurationAttributes[]
}> {
// For DCL collections, once a published collection item changes, the PUSH CHANGES button appears
// That will fire a /collections/${collectionId}/curation which will create a new CollectionCuration
Expand Down Expand Up @@ -235,7 +234,6 @@ export class CollectionService {
return {
collection: Bridge.mergeTPCollection(dbCollection, lastItemCuration),
items: await Bridge.consolidateTPItems(dbItems, itemCurations),
itemCurations,
}
}

Expand Down

0 comments on commit 35c6761

Please sign in to comment.