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.
2 parents ebab338 + 2afdb1a commit f0fc0d3Copy full SHA for f0fc0d3
lib/common
lib/services/analytics-settings-service.ts
@@ -4,7 +4,7 @@ class AnalyticsSettingsService implements IAnalyticsSettingsService {
4
constructor(private $userSettingsService: UserSettings.IUserSettingsService,
5
private $staticConfig: IStaticConfig) { }
6
7
- public canRequestConsent(): IFuture<boolean> {
+ public canDoRequest(): IFuture<boolean> {
8
return (() => { return true; }).future<boolean>()();
9
}
10
0 commit comments