Skip to content

Commit

Permalink
fix(build): remove wrong jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed Feb 14, 2019
1 parent 632dec2 commit 63124f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/zoom/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 63124f3

Please sign in to comment.