mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refactor(lib): run prettier
This commit is contained in:
@@ -31,7 +31,6 @@ import { Injectable } from '@angular/core';
|
||||
})
|
||||
@Injectable()
|
||||
export class Intercom extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Register a identified user
|
||||
* @param options {any} Options
|
||||
@@ -215,6 +214,4 @@ export class Intercom extends IonicNativePlugin {
|
||||
sendPushTokenToIntercom(token: string): Promise<any> {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user