fix(build): remove wrong jsdoc

This commit is contained in:
Daniel Sogl 2019-02-14 09:52:05 +01:00
parent 632dec28ae
commit 63124f35fd

View File

@ -124,7 +124,7 @@ export class Zoom extends IonicNativePlugin {
* @param meetingNo meeting number.
* @param meetingPassword meeting password.
* @param options meeting options.
* @return {Promise<any>>}
* @return {Promise<any>}
*/
@Cordova()
joinMeeting(meetingNo: string, meetingPassword: string, displayName: string, options: any): Promise<any> { return; }