From 7e19930742e8ccf76b860ead64ca830754f230e5 Mon Sep 17 00:00:00 2001 From: dankito Date: Sun, 5 Jul 2020 11:44:33 +0200 Subject: [PATCH] Forgot to commit removed suspend --- .../commonMain/kotlin/net/dankito/banking/fints/FinTsClient.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fints4k/src/commonMain/kotlin/net/dankito/banking/fints/FinTsClient.kt b/fints4k/src/commonMain/kotlin/net/dankito/banking/fints/FinTsClient.kt index 06439a2a..ad68ae0d 100644 --- a/fints4k/src/commonMain/kotlin/net/dankito/banking/fints/FinTsClient.kt +++ b/fints4k/src/commonMain/kotlin/net/dankito/banking/fints/FinTsClient.kt @@ -627,7 +627,7 @@ open class FinTsClient( } } - protected open suspend fun handleResponse(webResponse: WebClientResponse, dialogContext: DialogContext): Response { + protected open fun handleResponse(webResponse: WebClientResponse, dialogContext: DialogContext): Response { val responseBody = webResponse.body if (webResponse.successful && responseBody != null) {