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.
1 parent ebab338 commit 2afdb1aCopy full SHA for 2afdb1a
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