fix: bad path

This commit is contained in:
Derrick Hammer 2023-11-17 22:23:10 -05:00
parent fd54384b4e
commit b75bf77f1e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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;