Skip to content

Commit 2afdb1a

Browse files
committed
Fixed Analytics settings service to accomodate the change in the comnmon lib
1 parent ebab338 commit 2afdb1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/services/analytics-settings-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class AnalyticsSettingsService implements IAnalyticsSettingsService {
44
constructor(private $userSettingsService: UserSettings.IUserSettingsService,
55
private $staticConfig: IStaticConfig) { }
66

7-
public canRequestConsent(): IFuture<boolean> {
7+
public canDoRequest(): IFuture<boolean> {
88
return (() => { return true; }).future<boolean>()();
99
}
1010

0 commit comments

Comments
 (0)