Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
luzzifoss committed Feb 22, 2024
1 parent 29b236f commit e9b6c68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/data/ipfs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import type { ServerRoute } from "@hapi/hapi";
import type { Client as W3UpClient } from "@web3-storage/w3up-client";
import { SCOPE_IPFS } from "../../constants";
import { CID } from "multiformats/cid";
import type { StoreGetFailure } from "@web3-storage/upload-client/types";
import type { Error } from "@ucanto/core/schema";
import { isStoreItemNotFound } from "../../utils";

interface GetDataRoutesParams {
s3: S3;
Expand Down

0 comments on commit e9b6c68

Please sign in to comment.