Skip to content

Commit

Permalink
fix: enforce that far must be declared
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jul 29, 2021
1 parent 32069cc commit 0924274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marshal/src/passStyleOf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import '@agoric/assert/exported.js';
// flag entirely and fix code that uses it (as if it were always `false`).
//
// Exported only for testing during the transition
export const ALLOW_IMPLICIT_REMOTABLES = true;
export const ALLOW_IMPLICIT_REMOTABLES = false;

const {
getPrototypeOf,
Expand Down

0 comments on commit 0924274

Please sign in to comment.