mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
fix test
This commit is contained in:
@@ -2834,6 +2834,11 @@ pub async fn project_delete_internal(
|
||||
&redis,
|
||||
)
|
||||
.await?;
|
||||
search_state
|
||||
.backend
|
||||
.remove_project_documents(&[project.inner.id.into()])
|
||||
.await
|
||||
.wrap_internal_err("failed to remove project from search index")?;
|
||||
search_state
|
||||
.queue
|
||||
.push_project_removal(project.inner.id.into())
|
||||
|
||||
Reference in New Issue
Block a user