Skip to content

Commit 0736cf4

Browse files
committed
changed survey param key
1 parent 9141ced commit 0736cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/duckduckgo/app/survey/rmf/TemporaryDefaultSurveyParameters.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import javax.inject.Inject
2727
class SenseOfProtectionCohortSurveyParameterPlugin @Inject constructor(
2828
private val senseOfProtectionToggles: SenseOfProtectionToggles,
2929
) : SurveyParameterPlugin {
30-
override val surveyParamKey: String = "coh"
30+
override val surveyParamKey: String = "senseProtectionCohort"
3131

3232
override suspend fun evaluate(): String = senseOfProtectionToggles.senseOfProtectionNewUserExperimentApr25().getCohort()?.name.orEmpty()
3333
}

0 commit comments

Comments
 (0)