Fix compile issue (#965)

pull/1710/head
SessionHero01 1 month ago committed by GitHub
parent 0831c6621c
commit df977ad15d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -275,7 +275,6 @@ class ConfigFactory @Inject constructor(
override fun <T> withMutableGroupConfigs(
groupId: AccountId,
recreateConfigInstances: Boolean,
cb: (MutableGroupConfigs) -> T
): T {
return doWithMutableGroupConfigs(groupId = groupId) {

Loading…
Cancel
Save