Skip to content

Commit

Permalink
feat(keychain): default feature config (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib authored Jul 10, 2024
1 parent df135bc commit ac8a86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/keychain/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import moduleDefinition from './module/keychain.js'
import apiDefinition from './api/index.js'

const keychain = ({ cachePublicKeys }) => {
const keychain = ({ cachePublicKeys = false } = Object.create(null)) => {
// TODO: support caching
return {
id: 'keychain',
Expand Down

0 comments on commit ac8a86b

Please sign in to comment.