Skip to content

Commit 079c943

Browse files
committed
hot fix
1 parent 857c946 commit 079c943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imports/client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ export class DeepClient<L extends Link<number> = Link<number>> implements DeepCl
10541054
async name(input: Link<number> | number): Promise<string | undefined> {
10551055
const id = typeof(input) === 'number' ? input : input.id;
10561056

1057-
if ((this.minilinks.byId[id] as Link<number>)?.type_id === this.idLocal('@deep-foundation/core', 'Pcakaged')) return (this.minilinks.byId[id] as Link<number>)?.value?.value;
1057+
if ((this.minilinks.byId[id] as Link<number>)?.type_id === this.idLocal('@deep-foundation/core', 'Package')) return (this.minilinks.byId[id] as Link<number>)?.value?.value;
10581058
const {data: [containLink]} = await this.select({
10591059
type_id: { _id: ['@deep-foundation/core', 'Contain'] },
10601060
to_id: id,

0 commit comments

Comments
 (0)