Optimize imports and fix unchecked cast warning

This commit is contained in:
Syer10
2026-06-17 14:13:57 -04:00
parent aff95bfc37
commit 0b0c056bcb
5 changed files with 1 additions and 5 deletions

View File

@@ -287,6 +287,7 @@ class ServerConfig(
replaceWith = "extensionStores",
message = "Replaced with extensionStores",
migrateConfigValue = {
@Suppress("UNCHECKED_CAST")
(it.unwrapped() as? List<String>)
?.map {
if (it.contains("github")) {