Skip to content

Commit

Permalink
fix(ERTP): avoid jessie warning
Browse files Browse the repository at this point in the history
Let's hold off on `use jessie` until #2704 is addressed.
  • Loading branch information
dckc authored Apr 21, 2021
1 parent 0ae776a commit 127c8a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ERTP/src/issuer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// @ts-check
/* global makeWeakStore */

'use jessie';
// Let's hold off on this until agoric-sdk/issues/2704 is addressed.
// 'use jessie';

import { assert, details as X } from '@agoric/assert';
import { makeExternalStore } from '@agoric/store';
Expand Down

0 comments on commit 127c8a6

Please sign in to comment.