Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jun 28, 2023
1 parent 10caf8c commit 2f9a7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/consent/consent-tools/src/utils/pick.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export const pick = <
;(acc as any)[k] = obj[k]
}
return acc
}, {} as Obj)
}, {} as Pick<Obj, Key>)
}

0 comments on commit 2f9a7cd

Please sign in to comment.