Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rleojoseph committed Oct 16, 2023
1 parent fcacabf commit 2da104e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js-miniapp-bridge/src/common-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export class MiniAppBridge {
* @param {[String]} value Additional message sent from the native on invoking for the eventType
*/
execCustomEventsCallback(eventType: string, value: string) {

// This fix is added to decode the string from the host app.
// Reason: Some characters are not escaped properly, so the data is encoded in the native application
// and decoded here.
Expand Down

0 comments on commit 2da104e

Please sign in to comment.