Skip to content

Commit

Permalink
chore: add missing import for E()
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Sep 26, 2024
1 parent 05d2cf7 commit 8a7f6b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* global E */
// @ts-check
/// <reference types="@agoric/vats/src/core/core-eval-env"/>
/// <reference types="@agoric/vats/src/core/types-ambient"/>
const { Fail } = assert;
import { E } from '@endo/eventual-send';

Check failure on line 5 in packages/inter-protocol/src/proposals/replaceCommitteeAndCharter.js

View workflow job for this annotation

GitHub Actions / lint-primary

Import in body of module; reorder to top

const runConfig = {
committeeName: 'Economic Committee',
Expand Down

0 comments on commit 8a7f6b6

Please sign in to comment.