From c8361841f4eb4fe9526d48544d90be34c354f0e8 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sat, 17 Mar 2018 00:35:41 +0100 Subject: [PATCH] ref jsdocs --- src/@ionic-native/plugins/push/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/push/index.ts b/src/@ionic-native/plugins/push/index.ts index 604be908d..21058efc3 100644 --- a/src/@ionic-native/plugins/push/index.ts +++ b/src/@ionic-native/plugins/push/index.ts @@ -333,7 +333,7 @@ export class Push extends IonicNativePlugin { /** * Create a new notification channel for Android O and above. - * @param [channel] {Channel} + * @param channel {Channel} */ @Cordova({ callbackOrder: 'reverse' @@ -342,7 +342,7 @@ export class Push extends IonicNativePlugin { /** * Delete a notification channel for Android O and above. - * @param [id] + * @param id {string} */ @Cordova({ callbackOrder: 'reverse'