Skip to content

Commit

Permalink
Merge pull request #39 from holaplex/abdul/fix-collection-mint-query
Browse files Browse the repository at this point in the history
Fix collection mint query
  • Loading branch information
kespinola committed Aug 2, 2023
2 parents f05825d + f6c7cb0 commit 5b6aa73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/collection_mints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ impl CollectionMint {
let conn = db.get();

Entity::find()
.join(JoinType::InnerJoin, Relation::Collections.def())
.find_also_related(collections::Entity)
.filter(Column::Id.eq(id))
.one(conn)
Expand Down

0 comments on commit 5b6aa73

Please sign in to comment.