Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Aug 17, 2023
1 parent dc5d689 commit 333be63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/near-membrane-node/src/node-realm.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { runInNewContext } from 'node:vm';
import {
assignFilteredGlobalDescriptorsFromPropertyDescriptorMap,
createBlueConnector,
Expand All @@ -13,7 +14,6 @@ import {
WeakMapCtor,
} from '@locker/near-membrane-shared';
import type { Connector } from '@locker/near-membrane-base';
import { runInNewContext } from 'node:vm';
import type { NodeEnvironmentOptions } from './types';

const blueCreateHooksCallbackCache = toSafeWeakMap(new WeakMapCtor<typeof globalThis, Connector>());
Expand Down

0 comments on commit 333be63

Please sign in to comment.