diff --git a/core/src/collection_mints.rs b/core/src/collection_mints.rs index 7b5e059..a7deac3 100644 --- a/core/src/collection_mints.rs +++ b/core/src/collection_mints.rs @@ -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)