@iobroker/adapter-react-v5 7.4.3 → 7.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1205,7 +1205,6 @@ export class LegacyConnection {
1205
1205
  obj._id = newId;
1206
1206
  if (newName !== undefined) {
1207
1207
  obj.common = obj.common || {};
1208
- // @ts-expect-error will be corrected in the next js-controller release
1209
1208
  obj.common.name = newName;
1210
1209
  }
1211
1210
  return this.setObject(obj._id, obj).then(() => this.delObject(id));