Skip to content

Commit 49f2b65

Browse files
committed
Minor change to trigger build
1 parent a17c511 commit 49f2b65

File tree

1 file changed

+1
-1
lines changed
  • platform/jvm/capture/src/main/kotlin/io/bitdrift/capture/reports

1 file changed

+1
-1
lines changed

platform/jvm/capture/src/main/kotlin/io/bitdrift/capture/reports/CrashReporter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ internal class CrashReporter(
151151
)
152152

153153
internal companion object {
154-
private const val CRASH_REPORTING_STATE_KEY = "_crash_reporting_state"
155154
private const val CRASH_REPORTING_DURATION_MILLI_KEY = "_crash_reporting_duration_ms"
155+
private const val CRASH_REPORTING_STATE_KEY = "_crash_reporting_state"
156156
private const val CONFIGURATION_FILE_PATH = "/reports/config"
157157
private const val DESTINATION_FILE_PATH = "/reports/new"
158158
private const val LAST_MODIFIED_TIME_ATTRIBUTE = "lastModifiedTime"

0 commit comments

Comments
 (0)