Skip to content

Commit

Permalink
nit: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Nov 14, 2023
1 parent 42219e0 commit 6892295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/src/main/java/com/amplitude/experiment/FlagApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ internal class SdkFlagApi(
override fun onResponse(call: Call, response: Response) {
try {
Logger.d("Received fetch flags response: $response")

if (response.isSuccessful) {
val body = response.body?.string() ?: ""
val flags = json.decodeFromString<List<EvaluationFlag>>(body)
Expand Down

0 comments on commit 6892295

Please sign in to comment.