Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
enable events
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Jul 24, 2019
1 parent e89f295 commit 0aae22f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/event.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class EventService implements EventServiceAbstraction {
}

async collect(eventType: EventType, cipherId: string = null, uploadImmediately = false): Promise<any> {
return;
const authed = await this.userService.isAuthenticated();
if (!authed) {
return;
Expand Down Expand Up @@ -66,7 +65,6 @@ export class EventService implements EventServiceAbstraction {
}

async uploadEvents(): Promise<any> {
return;
const authed = await this.userService.isAuthenticated();
if (!authed) {
return;
Expand Down

0 comments on commit 0aae22f

Please sign in to comment.