Skip to content

Commit 189f320

Browse files
committed
fix: typo
1 parent c248315 commit 189f320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class MopSDK {
5050
const handler = MopSDK._extensionApis[apiName]
5151
if (handler !== null) {
5252
const res = await handler(event.params)
53-
console.warn("CUSTOM AP 调用的结果", res)
53+
console.warn("CUSTOM API 调用的结果", res)
5454
MopSDK._finMopSDK.eventReminderCallback(apiName, res, event.callbackId)
5555
}
5656
} else if(event.apiName.startsWith(webExtensionApiPrefix)) {

0 commit comments

Comments
 (0)