@@ -210,7 +210,7 @@ The following uses a single KV store as an example to describe the development p
The following is the sample code for data synchronization in a single KV store. **deviceIds** can be obtained by deviceManager by calling **getTrustedDeviceListSync\(\)**, and **1000** indicates that the maximum delay time is 1000 ms.
```
```js
import deviceManager from '@ohos.distributedHardware.deviceManager';
let devManager;
...
...
@@ -231,5 +231,3 @@ The following uses a single KV store as an example to describe the development p