Skip to content

Commit

Permalink
feat:getMeta2dData
Browse files Browse the repository at this point in the history
  • Loading branch information
ananzhusen committed Jan 17, 2025
1 parent 2e76d5e commit bd69ec1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/utils/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ export function getToken() {

export async function getMeta2dData(store: Meta2dStore, id: string) {
if(globalThis.getMeta2dData){
globalThis.getMeta2dData(id);
return;
return globalThis.getMeta2dData(id);
}
const netWork = store.options.navigatorNetWork;
const collection =
Expand Down

0 comments on commit bd69ec1

Please sign in to comment.