Skip to content

Commit 68e504e

Browse files
Make idLocal sync
1 parent 4aeb661 commit 68e504e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imports/package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const myLinkLocalId = await myPackage.yourLinkName.idLocal();
4444
id: async () => {
4545
return await this.id(this.name, ...names);
4646
},
47-
idLocal: async () => {
47+
idLocal: () => {
4848
return this.idLocal(this.name, ...names);
4949
},
5050
};

0 commit comments

Comments
 (0)