From de340c2b562c6f3a609d5f1f0d81ad278ed1eb3c Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 2 Aug 2021 22:47:12 +0200 Subject: [PATCH] chore(): run format --- .../plugins/firebase-authentication/index.ts | 4 +--- .../plugins/unvired-cordova-sdk/index.ts | 16 ++++++++-------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/@ionic-native/plugins/firebase-authentication/index.ts b/src/@ionic-native/plugins/firebase-authentication/index.ts index 4c409fcc1..4299b3fc5 100644 --- a/src/@ionic-native/plugins/firebase-authentication/index.ts +++ b/src/@ionic-native/plugins/firebase-authentication/index.ts @@ -34,8 +34,6 @@ import { Observable } from 'rxjs'; }) @Injectable() export class FirebaseAuthentication extends IonicNativePlugin { - - /** * Returns the current user logged in Firebase service * @return {Promise} Returns the user info @@ -44,7 +42,7 @@ export class FirebaseAuthentication extends IonicNativePlugin { getCurrentUser(): Promise { return; } - + /** * Returns a JWT token used to identify the user to a Firebase service. * @param forceRefresh {boolean} Force Refresh diff --git a/src/@ionic-native/plugins/unvired-cordova-sdk/index.ts b/src/@ionic-native/plugins/unvired-cordova-sdk/index.ts index 079b6a424..3cdefc921 100644 --- a/src/@ionic-native/plugins/unvired-cordova-sdk/index.ts +++ b/src/@ionic-native/plugins/unvired-cordova-sdk/index.ts @@ -214,7 +214,7 @@ export enum NotificationListenerType { /** * Notify that the JWT token is received */ - JWTTokenReceived = 12 + JWTTokenReceived = 12, } export enum AttachmentItemStatus { @@ -415,7 +415,7 @@ export class LoginParameters { cacheWebData: boolean; /** - * Set this value if you the login process requires client credentials to be set. + * Set this value if you the login process requires client credentials to be set. * You can pass the client credentials with the method: |unviredSDK.setClientCredentials(credentials)| * The passed credentials will be used based on this flag. */ @@ -1090,8 +1090,8 @@ export class UnviredCordovaSDK extends IonicNativePlugin { } /** - * Browser platform only. Call this function to export the Webdata. - * Call this function to export the Web + * Browser platform only. Call this function to export the Webdata. + * Call this function to export the Web */ @Cordova() dbExportWebData(): Promise { @@ -1579,10 +1579,10 @@ export class UnviredCordovaSDK extends IonicNativePlugin { * Encrypt a string with the key stored by the Unvired SDK. * @returns UnviredResult.data which should contains the encrypted string. */ - @Cordova() - encrypt(stringToBeEncrypted: string): Promise { - return; - } + @Cordova() + encrypt(stringToBeEncrypted: string): Promise { + return; + } /** * Decrypt a string with the string encrypted with the key (key stored by the Unvired SDK)