fix: need to use toRegistryEntry

This commit is contained in:
Derrick Hammer 2023-12-12 14:53:34 -05:00
parent a86fdff26b
commit eb3f2ee5c9
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ export async function createEntry(
const entry = {
kp: sk,
data: cid.toBytes(),
data: cid.toRegistryEntry(),
revision,
};