You've already forked AstralRinth
forked from didirus/AstralRinth
Fix reports creation (#580)
This commit is contained in:
@@ -721,8 +721,6 @@ async fn project_create_inner(
|
||||
let thread_id = ThreadBuilder {
|
||||
type_: ThreadType::Project,
|
||||
members: vec![],
|
||||
project_id: Some(project_id.into()),
|
||||
report_id: None,
|
||||
}
|
||||
.insert(&mut *transaction)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user