Skip to content

Commit c168b02

Browse files
committed
chore: update commit hash
1 parent def59fc commit c168b02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
timeout-minutes: 30
4545
env:
46-
NAGA_COMMIT_HASH: da7f11eea1451af7d411f5bc1bad6cdf27c13b40
46+
NAGA_COMMIT_HASH: 9fce06f91c2ddebdb737dd559cfcb2f95ec18092
4747
steps:
4848
- name: Checkout repo
4949
uses: actions/checkout@v2

packages/crypto/src/lib/crypto.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export const encrypt = async (
5555
message: Uint8Array,
5656
identity: Uint8Array
5757
): Promise<string> => {
58-
5958
const publicKey = Buffer.from(publicKeyHex, 'hex');
6059

6160
/**

0 commit comments

Comments
 (0)