This commit is contained in:
Syer10
2026-06-17 21:15:44 -04:00
parent 396cfa734a
commit 5b2613dad3

View File

@@ -125,7 +125,8 @@ object ExtensionStoreService {
ExtensionStoreTable.selectAll().toList() ExtensionStoreTable.selectAll().toList()
} }
var needsPrefUpdate = false var needsPrefUpdate = false
val updateStores = stores.mapNotNull { storeRow -> val updateStores =
stores.mapNotNull { storeRow ->
val oldIndexUrl = storeRow[ExtensionStoreTable.indexUrl] val oldIndexUrl = storeRow[ExtensionStoreTable.indexUrl]
val oldName = storeRow[ExtensionStoreTable.name] val oldName = storeRow[ExtensionStoreTable.name]
try { try {