Skip to content

Commit

Permalink
Update packages/utils/crypto/src/encryption.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Pousette <marcus.pousette@live.com>
  • Loading branch information
benjaminpreiss and marcus-pousette authored Oct 6, 2023
1 parent e757cdc commit d01c1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils/crypto/src/encryption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ export class EncryptedThing<T> extends MaybeEncrypted<T> {
@field({ type: Uint8Array })
_nonce: Uint8Array;

@field({ type: PublicKeyEnvelope })
_envelope: PublicKeyEnvelope;
@field({type: AbstractEnvelope})
_envelope: PublicKeyEnvelope | HashedKeyEnvelope

Check failure on line 317 in packages/utils/crypto/src/encryption.ts

View workflow job for this annotation

GitHub Actions / test_push (18.x, yarn playwright install --with-deps && yarn test:node --roots ./packages/clients...

Irregular whitespace not allowed

Check failure on line 317 in packages/utils/crypto/src/encryption.ts

View workflow job for this annotation

GitHub Actions / test_push (18.x, yarn test:node --roots ./packages/programs ./docs ./packages/log --w 2)

Irregular whitespace not allowed

Check failure on line 317 in packages/utils/crypto/src/encryption.ts

View workflow job for this annotation

GitHub Actions / Test (Node v18.x, OS ubuntu-22.04)

Irregular whitespace not allowed

Check failure on line 317 in packages/utils/crypto/src/encryption.ts

View workflow job for this annotation

GitHub Actions / Test (Node v18.x, OS ubuntu-22.04)

Irregular whitespace not allowed

Check failure on line 317 in packages/utils/crypto/src/encryption.ts

View workflow job for this annotation

GitHub Actions / Test (Node v18.x, OS ubuntu-22.04)

Irregular whitespace not allowed

constructor(props?: {
encrypted: Uint8Array;
Expand Down

0 comments on commit d01c1ec

Please sign in to comment.