ah, I see the issue: `updates := make([]*authzedv1...
# spicedb
j
ah, I see the issue:
updates := make([]*authzedv1.RelationshipUpdate, len(relationships))
, is allocating a slice with
len(relationships)
of empty updates
3 Views