Skip to content

Commit

Permalink
turn ci green
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhob committed Oct 28, 2018
1 parent d8b1d29 commit 826dafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/ng-intercom-testing/intercom-mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Router } from '@angular/router'
import { isPlatformBrowser } from '@angular/common'

import { IntercomConfig } from '../ng-intercom/shared/intercom-config'
import { Any, BootInput } from '../ng-intercom/types/boot-input'
import { BootInput } from '../ng-intercom/types/boot-input'
import { Intercom } from '../ng-intercom/intercom/intercom'

/**
Expand Down Expand Up @@ -61,7 +61,7 @@ export class IntercomMocks extends Intercom {
* Calling the update method with a JSON object of user details will update those fields on the current user
* in addition to logging an impression at the current URL and looking for new messages for the user.
*/
public update(data?: Any): void {
public update(data?: any): void {
return
}

Expand Down

0 comments on commit 826dafe

Please sign in to comment.