Skip to content

Commit

Permalink
fix: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkenj1 committed Nov 13, 2024
1 parent 1d60049 commit 9e4e78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repository/src/types/project.types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Address, ChainId } from "@grants-stack-indexer/shared";

export type ProjectType = "canonical" | "linked" | "unknown";
export type ProjectType = "canonical" | "linked";

export type Project = {
id: string;
Expand Down

0 comments on commit 9e4e78d

Please sign in to comment.