From 9aadceeeb5deeda982dea3341d23c836dc9edde1 Mon Sep 17 00:00:00 2001 From: zpyHH Date: Tue, 9 Aug 2022 14:40:41 +0800 Subject: [PATCH] fix: modifying file name Signed-off-by: zpyHH --- api/@ohos.runninglock.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.runninglock.d.ts b/api/@ohos.runninglock.d.ts index 9f9c4b4979..d9365fbcf3 100644 --- a/api/@ohos.runninglock.d.ts +++ b/api/@ohos.runninglock.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import {AsyncCallback} from './basic.d.ts'; +import {AsyncCallback} from './basic'; /** * Provides a mechanism to prevent the system from hibernating so that the applications can run in the background or -- Gitee