mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 07:07:21 +00:00
Merge pull request #262 from SyncrowIOT/dev
change subspace tag movement
This commit is contained in:
@ -84,7 +84,7 @@ export class SubspaceDeviceService {
|
||||
if (device.tag?.subspace?.uuid !== subspace.uuid) {
|
||||
await this.tagRepository.update(
|
||||
{ uuid: device.tag.uuid },
|
||||
{ subspace },
|
||||
{ subspace, space: null },
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user