mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 20:14:54 +00:00
filter space links
This commit is contained in:
@ -22,6 +22,7 @@ export class SpaceLinkService {
|
|||||||
where: {
|
where: {
|
||||||
startSpace: { uuid: startSpaceId },
|
startSpace: { uuid: startSpaceId },
|
||||||
endSpace: { uuid: endSpaceId },
|
endSpace: { uuid: endSpaceId },
|
||||||
|
disabled: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user