Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 13, 2022
1 parent 27c9041 commit b7a508d
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 @@ -24,7 +24,7 @@ function unrefArray(arr: []) {
arr.map(smartUnref)
}

function unrefObject(obj: object) {
function unrefObject(obj: any) {
const unreffed: any = {}

Object.keys(obj).forEach((key) => {
Expand Down

0 comments on commit b7a508d

Please sign in to comment.