Skip to content

Commit

Permalink
fixup! better import
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Feb 2, 2024
1 parent f1d68b7 commit ef316d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/zoe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@agoric/vat-data": "^0.5.2",
"@agoric/zone": "^0.2.2",
"@endo/bundle-source": "^3.0.2",
"@endo/common": "^1.0.2",
"@endo/captp": "^4.0.2",
"@endo/eventual-send": "^1.1.0",
"@endo/far": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/zoe/src/contractSupport/prepare-revocable.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { M } from '@endo/patterns';
import { fromUniqueEntries } from '@agoric/internal';
import { fromUniqueEntries } from '@endo/common/from-unique-entries.js';

const { Fail, quote: q } = assert;

Expand Down

0 comments on commit ef316d3

Please sign in to comment.