From 2da104eb1f21c755380e0e5dd18939db2dab7608 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 16 Oct 2023 23:49:32 +0900 Subject: [PATCH] Prettier fix --- js-miniapp-bridge/src/common-bridge.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js-miniapp-bridge/src/common-bridge.ts b/js-miniapp-bridge/src/common-bridge.ts index 4881802c..0ad50a6f 100644 --- a/js-miniapp-bridge/src/common-bridge.ts +++ b/js-miniapp-bridge/src/common-bridge.ts @@ -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.