Skip to content

Commit

Permalink
fix[MINI-5636] use getMessagingUniqueid callback (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
shohiebsense authored Dec 15, 2022
1 parent ca744a5 commit e08178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js-miniapp-bridge/src/common-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class MiniAppBridge {
getMessagingUniqueId() {
return new Promise<string>((resolve, reject) => {
return this.executor.exec(
'getUniqueId',
'getMessagingUniqueId',
null,
id => resolve(id),
error => reject(error)
Expand Down

0 comments on commit e08178d

Please sign in to comment.