Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Jun 3, 2024
1 parent f457e4c commit b2219d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merkle/merkle-car-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '@ceramicnetwork/anchor-utils'
import type { Candidate } from '../services/candidate.js'
import type { CID } from 'multiformats/cid'
import {ICandidate} from "@ceramicnetwork/anchor-utils/lib/merkle/candidate.type.js";
import type {ICandidate} from "@ceramicnetwork/anchor-utils";

const carFactory = new CARFactory()
carFactory.codecs.add(DAG_JOSE)
Expand Down

0 comments on commit b2219d5

Please sign in to comment.