mirror of
https://github.com/SyncrowIOT/backend.git
synced 2026-03-10 21:01:43 +00:00
Compare commits
2 Commits
19ef10aa87
...
c2a6012063
| Author | SHA1 | Date | |
|---|---|---|---|
| c2a6012063 | |||
| 4adb1e683d |
@ -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