Skip to content

Commit

Permalink
fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGerleman committed May 10, 2024
1 parent 42b0191 commit c43831f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ function processProperty(
return prop;
}

const process = {attributeConfig};
const {process} = attributeConfig;
if (typeof process !== 'function') {
return prop;
}
Expand Down

0 comments on commit c43831f

Please sign in to comment.