Skip to content

Commit

Permalink
fix: rely on HandledPromise shim
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 14, 2020
1 parent a3afe9b commit 5eb8e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dapp-svelte-wallet/ui/src/captp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { makeCapTP, E, HandledPromise } from '@agoric/captp';
/* global HandledPromise */
import { makeCapTP, E } from '@agoric/captp';
import { makePromiseKit } from '@agoric/promise-kit';

export function makeCapTPConnection(makeConnection, { onReset }) {
Expand Down

0 comments on commit 5eb8e30

Please sign in to comment.