mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-24 17:11:49 +00:00
style: remove comment
This commit is contained in:
parent
23562f492c
commit
75e3ccdcd5
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ impl Query {
|
||||||
Entity::find_by_id(id).one(db).await
|
Entity::find_by_id(id).one(db).await
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO limit to two parents??
|
|
||||||
pub async fn find_candidate_parents(
|
pub async fn find_candidate_parents(
|
||||||
db: &DbConn,
|
db: &DbConn,
|
||||||
candidate: candidate::Model,
|
candidate: candidate::Model,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue