abema/flagfit

FlagfitDeadlineExpired <>

Closed this issue · 1 comments

Warning

The @FlagType.Permission created by momomomo111 has expired!
Please consider deleting @FlagType.Permission as the expiration date has passed on 2022-12-30.

val awesomeExperimentFeatureEnabled = sampleFlagService.awesomeExperimentFeatureEnabled()
val awesomeOpsFeatureEnabled = sampleFlagService.awesomeOpsFeatureEnabled()
val awesomePermissionFutureEnabled = sampleFlagService.awesomePermissionFeatureEnabled()
val awesomeDebugFutureEnabled = sampleFlagService.awesomeDebugFeatureEnabled()
val wipText = if (awesomeWipFeatureEnabled) "New Function" else "Previous function"