Skip to content

Commit

Permalink
chore(linter): fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Nov 24, 2023
1 parent 5bd8e95 commit 493fbca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/taco/nodejs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const decryptFromBytes = async (encryptedBytes: Uint8Array) => {
"\nConsumer signer's address:",
await consumerSigner.getAddress(),
);

const messageKit = ThresholdMessageKit.fromBytes(encryptedBytes);
console.log('Decrypting message ...');
return decrypt(
Expand Down
2 changes: 1 addition & 1 deletion packages/taco/src/conditions/context/context.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Conditions as WASMConditions, Context } from '@nucypher/nucypher-core';
import { Context, Conditions as WASMConditions } from '@nucypher/nucypher-core';
import { fromJSON, toJSON } from '@nucypher/shared';
import { ethers } from 'ethers';

Expand Down

0 comments on commit 493fbca

Please sign in to comment.