Skip to content

Commit

Permalink
[integriteeWorker] remove unused import 2
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 4, 2024
1 parent a67800b commit 60bd457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/worker-api/src/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {asString, signPayload} from "@encointer/util";
import type {u32} from "@polkadot/types";
import bs58 from "bs58";
import type {AddressOrPair} from "@polkadot/api-base/types/submittable";
import type {Signer} from "@polkadot/types/types";

// Todo: Properly resolve cid vs shard
export const clientRequestGetterRpc = (self: IWorker, request: string, args: PublicGetterArgs) => {
Expand Down

0 comments on commit 60bd457

Please sign in to comment.