Skip to content

Commit

Permalink
Fix ProtocolData import path in src/api/types.ts (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Jul 26, 2023
1 parent c40b777 commit 1e96c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ConsiderationItem } from "@opensea/seaport-js/lib/types";
import { ProtocolData } from "src/orders/types";
import { ProtocolData } from "../orders/types";

export type BuildOfferResponse = {
partialParameters: PartialParameters;
Expand Down

0 comments on commit 1e96c76

Please sign in to comment.