Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDeco committed Aug 1, 2024
1 parent 290a4e4 commit 6fdb901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/indexer/proposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { Client as GQLWebSocketClient } from "graphql-ws";
import { SUPPORTED_EMOJIS } from "@/constants/reactions";
import { ReactionType } from "@/types/reactions";
import dayjs from "dayjs";
import { createSlug, isValidAddress } from "@/utils";
import { createSlug } from "@/utils";

export class FutarchyIndexerProposalsClient implements FutarchyProposalsClient {
private protocolMap: Map<string, FutarchyProtocol>;
Expand Down

0 comments on commit 6fdb901

Please sign in to comment.