mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 16:34:55 +00:00
remove device-tag relation
This commit is contained in:
@ -99,7 +99,7 @@ export class TagService {
|
||||
queryRunner.manager.update(
|
||||
this.tagRepository.target,
|
||||
{ uuid: id },
|
||||
{ disabled: true },
|
||||
{ disabled: true, device: null },
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user