We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd336f commit bfbbddbCopy full SHA for bfbbddb
composeApp/src/commonMain/kotlin/org/ooni/engine/Engine.kt
@@ -96,7 +96,7 @@ class Engine(
96
charging = isBatteryCharging(),
97
onWiFi = networkTypeFinder() == NetworkType.Wifi,
98
platform = platformInfo.platform.value,
99
- runType = taskOrigin.value,
+ runType = "timed",
100
softwareName = sessionConfig.softwareName,
101
softwareVersion = sessionConfig.softwareVersion,
102
webConnectivityCategories = preferences.enabledWebCategories,
0 commit comments