Skip to content

Commit

Permalink
New cache flag for gpt code generation onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkash committed May 31, 2024
1 parent 8654538 commit 5ab3042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package org.hyperskill.app.onboarding.cache
internal object OnboardingCacheKeyValues {
const val IS_PARSONS_ONBOARDING_SHOWN = "is_parsons_onboarding_shown"
const val IS_GPT_CODE_GENERATION_WITH_ERRORS_ONBOARDING_SHOWN =
"is_gpt_code_generation_with_errors_onboarding_shown"
"is_gpt_code_generation_with_errors_onboarding_shown_v2"

const val IS_FIRST_PROBLEM_ONBOARDING_SHOWN = "is_first_problem_onboarding_shown"
}

0 comments on commit 5ab3042

Please sign in to comment.