Skip to content

Commit

Permalink
remove e.g.
Browse files Browse the repository at this point in the history
  • Loading branch information
djorkaeffalexandre committed Sep 9, 2020
1 parent 58fd4b5 commit d2ec09c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/lib/encryption/encryption.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Encryption {
// Wait for ready status
await this.establishing;
} catch {
// If it can't be initialized (e.g. missing password)
// If it can't be initialized (missing password)
// return and don't provide a key
return;
}
Expand Down Expand Up @@ -344,7 +344,7 @@ class Encryption {
// Wait for ready status
await this.establishing;
} catch {
// If it can't be initialized (e.g. missing password)
// If it can't be initialized (missing password)
// return the encrypted message
return subscription;
}
Expand Down Expand Up @@ -407,7 +407,7 @@ class Encryption {
// Wait for ready status
await this.establishing;
} catch {
// If it can't be initialized (e.g. missing password)
// If it can't be initialized (missing password)
// return the encrypted message
return message;
}
Expand Down

0 comments on commit d2ec09c

Please sign in to comment.