Skip to content

Commit

Permalink
remove unused endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornkihlberg committed Dec 14, 2023
1 parent 9dd619a commit 6efc9d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/runtime/client/rest/src/contract/next/endpoint.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { AxiosInstance } from "axios";
import * as t from "io-ts/lib/index.js";
import * as G from "@marlowe.io/language-core-v1/guards";
import * as E from "fp-ts/lib/Either.js";
import * as TE from "fp-ts/lib/TaskEither.js";
import { pipe } from "fp-ts/lib/function.js";
Expand All @@ -12,7 +10,6 @@ import { Next } from "@marlowe.io/language-core-v1/next";
import { stringify } from "qs";
import { DecodingError } from "@marlowe.io/adapter/codec";
import { posixTimeToIso8601 } from "@marlowe.io/adapter/time";
import { partiesToStrings } from "@marlowe.io/language-core-v1/participants.js";

export type GET = (
contractId: ContractId
Expand Down

0 comments on commit 6efc9d5

Please sign in to comment.