Skip to content

Commit

Permalink
[MBL-17201][Student] Fetch feature flags for the correct user (#2253)
Browse files Browse the repository at this point in the history
refs: MBL-17201
affects: Student
release note: none

test plan: Check the offline features.
  • Loading branch information
hermannakos authored Nov 17, 2023
1 parent 5d77dc8 commit 211128d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import javax.inject.Singleton
class FeatureFlagModule {

@Provides
@Singleton
fun provideFeatureFlagProvider(userManager: UserManager, apiPrefs: ApiPrefs, featuresApi: FeaturesAPI.FeaturesInterface, environmentFeatureFlagsDao: EnvironmentFeatureFlagsDao): FeatureFlagProvider {
return FeatureFlagProvider(userManager, apiPrefs, featuresApi, environmentFeatureFlagsDao)
}
Expand Down

0 comments on commit 211128d

Please sign in to comment.