fix: update branch from main

This commit is contained in:
Zomatree
2025-04-29 15:52:03 +01:00
parent d830fb0911
commit b96f07e615
4 changed files with 5 additions and 11 deletions

View File

@@ -1141,8 +1141,7 @@ pub async fn run_migrations(db: &MongoDb, revision: i32) -> i32 {
"is_publishing": true,
"is_receiving": true
}
},
None,
}
)
.await
.expect("Failed to update members");
@@ -1159,8 +1158,7 @@ pub async fn run_migrations(db: &MongoDb, revision: i32) -> i32 {
"channel_type": "TextChannel",
"voice": {}
}
},
None
}
)
.await
.expect("Failed to update voice channels");