kotlin/app-homepage-react/src/main/kotlin/org/homepage/AppInstanceStorage.kt [25:30]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override suspend fun saveAppInstance(appInstance: SpaceAppInstance): Unit = transaction { with(AppInstallation) { replace { it[clientId] = appInstance.clientId it[clientSecret] = appInstance.clientSecret it[serverUrl] = appInstance.spaceServer.serverUrl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kotlin/context-menu-extension/src/main/kotlin/com/example/AppInstanceStorage.kt [30:35]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override suspend fun saveAppInstance(appInstance: SpaceAppInstance): Unit = transaction { with(AppInstallation) { replace { it[clientId] = appInstance.clientId it[clientSecret] = appInstance.clientSecret it[serverUrl] = appInstance.spaceServer.serverUrl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -