Join Discord
Powered by
ah, I see the issue: `updates := make([]*authzedv1...
# spicedb
j
Joey
02/21/2023, 3:46 PM
ah, I see the issue:
updates := make([]*authzedv1.RelationshipUpdate, len(relationships))
, is allocating a slice with
len(relationships)
of
empty
updates
3
Views
Previous
Next