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