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 and michaelfig committed Apr 22, 2021
1 parent f088e7d commit f8b86b4
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 f8b86b4

Please sign in to comment.