Skip to content

Commit d4071b4

Browse files
committed
[ENG-1855] Exclude relations from shared-node discovery
1 parent a587350 commit d4071b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/roam/src/utils/discoverSharedNodes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ const getSharedNodeRows = async ({
279279
)
280280
.eq("space_id", spaceId)
281281
.eq("is_schema", false)
282+
.eq("arity", 0)
282283
.in("source_local_id", ids),
283284
client
284285
.from("my_contents")

0 commit comments

Comments
 (0)