Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored and AdamWr committed Nov 8, 2023
1 parent 7e46411 commit 5c90a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/trusted-prune-inbound-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function trustedPruneInboundObject(source, inboundObject, propsToRemove,
return Reflect.apply(target, thisArg, args);
};

const objecthHandler = {
const objectHandler = {
apply: objectWrapper,
};

Expand Down

0 comments on commit 5c90a46

Please sign in to comment.