chore(): run format

This commit is contained in:
Daniel Sogl 2021-08-02 22:47:12 +02:00
parent 1ff54f64da
commit de340c2b56
2 changed files with 9 additions and 11 deletions

View File

@ -34,8 +34,6 @@ import { Observable } from 'rxjs';
})
@Injectable()
export class FirebaseAuthentication extends IonicNativePlugin {
/**
* Returns the current user logged in Firebase service
* @return {Promise<any>} Returns the user info

View File

@ -214,7 +214,7 @@ export enum NotificationListenerType {
/**
* Notify that the JWT token is received
*/
JWTTokenReceived = 12
JWTTokenReceived = 12,
}
export enum AttachmentItemStatus {
@ -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<UnviredResult> {
return;
}
@Cordova()
encrypt(stringToBeEncrypted: string): Promise<UnviredResult> {
return;
}
/**
* Decrypt a string with the string encrypted with the key (key stored by the Unvired SDK)