filter space links

This commit is contained in:
hannathkadher
2024-12-25 11:18:52 +04:00
parent a74a0db26e
commit ba00a85910

View File

@ -22,6 +22,7 @@ export class SpaceLinkService {
where: { where: {
startSpace: { uuid: startSpaceId }, startSpace: { uuid: startSpaceId },
endSpace: { uuid: endSpaceId }, endSpace: { uuid: endSpaceId },
disabled: false,
}, },
}); });