Skip to content

Commit

Permalink
fix import in nodes-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ar committed Mar 21, 2024
1 parent e1d2a83 commit fc0c588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes-lib/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
} from "@desci-labs/desci-models";
import FormData from "form-data";
import { createReadStream } from "fs";
import type { NodeIDs } from "@desci-labs/desci-codex-lib/dist/src/types.js";
import type { NodeIDs } from "@desci-labs/desci-codex-lib";
import { publish } from "./publish.js";
import type { ResearchObjectDocument } from "./automerge.js";
import { randomUUID } from "crypto";
Expand Down

0 comments on commit fc0c588

Please sign in to comment.