Skip to content

Commit

Permalink
Merge pull request #117 from martillansky/testnets
Browse files Browse the repository at this point in the history
fix: remove duplicate Request reference
  • Loading branch information
martillansky authored Oct 28, 2024
2 parents e5dff7c + c9a429e commit 2e0cd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[pohid]/[chain]/[request]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { getContractData } from "data/contract";
import { getArbitrationCost } from "data/costs";
import { getOffChainVouches, getRequestData } from "data/request";
import { ValidVouch, isValidOnChainVouch, isValidVouch } from "data/vouch";
import { ClaimerQuery, Request, Vouch as VouchQuery } from "generated/graphql";
import { ClaimerQuery, Vouch as VouchQuery } from "generated/graphql";
import Image from "next/image";
import Link from "next/link";
import { EvidenceFile, MetaEvidenceFile, RegistrationFile } from "types/docs";
Expand Down

0 comments on commit 2e0cd4d

Please sign in to comment.