Skip to content

Commit 464912e

Browse files
Fix detekt issue
1 parent c70cfd9 commit 464912e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/fluxc/src/main/java/org/wordpress/android/fluxc/network/rest/wpapi/applicationpasswords/JetpackApplicationPasswordsErrorHandler.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class JetpackApplicationPasswordsErrorHandler @Inject constructor(
1414
) {
1515
private var failuresCount: MutableMap<Long, Int> = mutableMapOf()
1616

17+
@Suppress("ComplexCondition")
1718
fun handleError(siteModel: SiteModel, error: WPAPINetworkError) {
1819
val httpStatusCode = error.volleyError?.networkResponse?.statusCode
1920
val apiErrorCode = error.errorCode

0 commit comments

Comments
 (0)