Skip to content

Commit

Permalink
style: linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenyoung committed Nov 16, 2024
1 parent 89c7b34 commit 7ffc3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default async ({ directory }) => {
console.error('No config found. Run daemon first.')
return
}

const id = rpcId
const path = join(rpcDirectory, 'keystore')
const keystore = await KeyStore({ path })
Expand Down

0 comments on commit 7ffc3e1

Please sign in to comment.