From 29d8574c0735377b8ebd85021b343a912e51ac17 Mon Sep 17 00:00:00 2001 From: ShiJie Date: Wed, 13 Apr 2022 19:00:14 +0800 Subject: [PATCH] fixed 36efbdb from https://gitee.com/one_produced_two/interface_sdk-js/pulls/1531 Example Change runninglock.d.ts to runningLock.d.ts Signed-off-by: ShiJie Change-Id: I630ee563b641eeb4dd92c0bbf8dfeebaa25c4364 --- api/{@ohos.runninglock.d.ts => @ohos.runningLock.d.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename api/{@ohos.runninglock.d.ts => @ohos.runningLock.d.ts} (100%) diff --git a/api/@ohos.runninglock.d.ts b/api/@ohos.runningLock.d.ts similarity index 100% rename from api/@ohos.runninglock.d.ts rename to api/@ohos.runningLock.d.ts -- Gitee