Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 19, 2024
1 parent ca33694 commit 9373202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compartment-mapper/src/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import {
makeDeferredAttenuatorsProvider,
} from './policy.js';

const { assign, create, entries, freeze, keys } = Object;
const { assign, create, entries, freeze } = Object;
const { hasOwnProperty } = Object.prototype;
const { apply } = Reflect;
const { allSettled } = Promise;
Expand Down

0 comments on commit 9373202

Please sign in to comment.