mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
chore(): tslint (#466)
* fix src tslint gulp ionic * - fix errors tslint
This commit is contained in:
committed by
Ibrahim Hadeed
parent
16628a49f7
commit
ed8c67ce7e
@@ -51,7 +51,7 @@ export class TwitterConnect {
|
||||
* @return {Promise<any>} returns a promise that resolves if user profile is successfully retrieved and rejects if request fails
|
||||
*/
|
||||
@Cordova()
|
||||
static showUser(): Promise<any> {return; }
|
||||
static showUser(): Promise<any> {return; }
|
||||
}
|
||||
export interface TwitterConnectResponse {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user