You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-sdk-android-core/src/main/kotlin/com/datadog/android/core/internal/persistence/file/batch/BatchFileOrchestrator.kt
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,9 +107,7 @@ internal class BatchFileOrchestrator(
107
107
returnnull
108
108
}
109
109
110
-
val files = listSortedBatchFiles().let {
111
-
deleteObsoleteFiles(it)
112
-
}
110
+
val files = deleteObsoleteFiles(listSortedBatchFiles())
Copy file name to clipboardExpand all lines: dd-sdk-android-core/src/test/kotlin/com/datadog/android/core/internal/persistence/file/batch/BatchFileOrchestratorTest.kt
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -361,7 +361,7 @@ internal class BatchFileOrchestratorTest {
0 commit comments