fix: bad path
This commit is contained in:
parent
fd54384b4e
commit
b75bf77f1e
|
@ -1,6 +1,6 @@
|
|||
import type { ContentProvider } from "../types.js";
|
||||
import * as nodePath from "path";
|
||||
import { s5Client } from "@/clients.ts";
|
||||
import { s5Client } from "../../clients.js";
|
||||
|
||||
export default class IPFSProvider implements ContentProvider {
|
||||
private _client = s5Client;
|
||||
|
|
Loading…
Reference in New Issue