Skip to content

Commit

Permalink
remove stopRefreshing()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan108 committed Oct 7, 2024
1 parent 10b325d commit e703d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/com/featurevisor/sdk/Instance+Refresh.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ fun FeaturevisorInstance.startRefreshing() = when {
refresh()
delay(refreshInterval)
}
stopRefreshing()
}
}
}
Expand Down

0 comments on commit e703d04

Please sign in to comment.