Skip to content

Commit

Permalink
fix: πŸ› typo
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Oct 5, 2024
1 parent f82dea3 commit 40d0a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/findRef.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const $$findRef = (path: Path): JavaScriptLinked<Fn> => {
`;
}

const js = /* js */ `(function(hasOwnProperty, path){
const js = /* js */ `(function(has, path){
return function(val) {
var obj, key;
${loop}
Expand Down

0 comments on commit 40d0a75

Please sign in to comment.