From d6dfe8f893614aa87d99ce03bdc7a58935452f55 Mon Sep 17 00:00:00 2001 From: DongHyun Song Date: Wed, 6 Jan 2021 13:42:46 +0900 Subject: [PATCH] Fix wrong function name change 'showPlainNotification' to 'postPlainNotification' Change-Id: Id1e4c307e9acd45715a843b8305e92c01055afe5 Signed-off-by: DongHyun Song --- wrt_app/service/device_api_router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrt_app/service/device_api_router.ts b/wrt_app/service/device_api_router.ts index f74f15eb..9dcb904a 100644 --- a/wrt_app/service/device_api_router.ts +++ b/wrt_app/service/device_api_router.ts @@ -68,7 +68,7 @@ export class DeviceAPIRouter { getPackageId: { writable: false, enumerable: true }, getPermissions: { writable: false, enumerable: true }, getServiceId: { writable: false, enumerable: true }, - showPlainNotification: { writable: false, enumerable: true }, + postPlainNotification: { writable: false, enumerable: true }, }); this.initEdgeWebapis(); this.initMDEWebapis(); -- 2.34.1