fix: need to use toRegistryEntry
This commit is contained in:
parent
a86fdff26b
commit
eb3f2ee5c9
|
@ -137,7 +137,7 @@ export async function createEntry(
|
|||
|
||||
const entry = {
|
||||
kp: sk,
|
||||
data: cid.toBytes(),
|
||||
data: cid.toRegistryEntry(),
|
||||
revision,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue