Skip to content

Commit

Permalink
Fix build (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Mar 15, 2024
1 parent 948d1dd commit 6465dc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class AbacusRestImp @Inject constructor() : RestProtocol {
requestBuilder.url(url)
} catch (e: Exception) {
Log.e(TAG, "AbacusRestImp Invalid URL $url, ${e.message}")
callback(null, 0)
callback(null, 0, null)
return
}

Expand Down

0 comments on commit 6465dc6

Please sign in to comment.