You've already forked AstralRinth
forked from didirus/AstralRinth
fix version update route perf (#923)
* fix version update route perf * fix tests
This commit is contained in:
@@ -469,7 +469,7 @@ impl User {
|
||||
.await?;
|
||||
|
||||
for collection_id in user_collections {
|
||||
models::Collection::remove(collection_id, transaction, &redis).await?;
|
||||
models::Collection::remove(collection_id, transaction, redis).await?;
|
||||
}
|
||||
|
||||
let report_threads = sqlx::query!(
|
||||
|
||||
Reference in New Issue
Block a user