Skip to content

Commit

Permalink
fixup! feat: core eval for replacing charter members
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Oct 1, 2024
1 parent 713f77a commit e993aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inter-protocol/src/proposals/replaceElectorate.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export const replaceElectorate = async (permittedPowers, config) => {

harden(replaceElectorate);

export const getManifestForReplaceElectorate = async ({}, options) => ({
export const getManifestForReplaceElectorate = async (_, options) => ({
manifest: {
[replaceElectorate.name]: {
consume: {
Expand Down

0 comments on commit e993aeb

Please sign in to comment.