Skip to content

Commit

Permalink
fix: export value from utils/interfaces vs utils (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 authored Jul 12, 2024
1 parent 45fca46 commit c0a5a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/ts/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export * from "maci-contracts/typechain-types";

export { VerifyingKey, PubKey, type IVkObjectParams } from "maci-domainobjs";

export { GatekeeperTrait } from "../utils";
export { GatekeeperTrait } from "../utils/interfaces";

export type {
TallyData,
Expand Down

0 comments on commit c0a5a52

Please sign in to comment.