File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1054,7 +1054,7 @@ export class DeepClient<L extends Link<number> = Link<number>> implements DeepCl
1054
1054
async name ( input : Link < number > | number ) : Promise < string | undefined > {
1055
1055
const id = typeof ( input ) === 'number' ? input : input . id ;
1056
1056
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 ;
1058
1058
const { data : [ containLink ] } = await this . select ( {
1059
1059
type_id : { _id : [ '@deep-foundation/core' , 'Contain' ] } ,
1060
1060
to_id : id ,
You can’t perform that action at this time.
0 commit comments