Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Mar 15, 2024
1 parent 948d1dd commit 5723ee4
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 5723ee4

Please sign in to comment.