Skip to content

Commit bfbbddb

Browse files
committed
Fix check-in run type
1 parent abd336f commit bfbbddb

File tree

1 file changed

+1
-1
lines changed
  • composeApp/src/commonMain/kotlin/org/ooni/engine

1 file changed

+1
-1
lines changed

composeApp/src/commonMain/kotlin/org/ooni/engine/Engine.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Engine(
9696
charging = isBatteryCharging(),
9797
onWiFi = networkTypeFinder() == NetworkType.Wifi,
9898
platform = platformInfo.platform.value,
99-
runType = taskOrigin.value,
99+
runType = "timed",
100100
softwareName = sessionConfig.softwareName,
101101
softwareVersion = sessionConfig.softwareVersion,
102102
webConnectivityCategories = preferences.enabledWebCategories,

0 commit comments

Comments
 (0)