Skip to content

Commit

Permalink
remove temporray code
Browse files Browse the repository at this point in the history
  • Loading branch information
MZanggl committed Oct 25, 2023
1 parent d1e9cab commit 1e20c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function createRegistry() {
dep.multi = (deps: Object) => {
const withDeps = {}
Object.keys(deps).forEach(key => {
withDeps[key] = dep(key, deps[key], { referByNameOrSymbol: true})
withDeps[key] = dep(key, deps[key])
})
return withDeps
}
Expand Down

0 comments on commit 1e20c3e

Please sign in to comment.