Skip to content

Commit

Permalink
Merge pull request #2130 from josephschorr/add-missing-limit
Browse files Browse the repository at this point in the history
Add missing limit in schema delta checking
  • Loading branch information
josephschorr authored Nov 11, 2024
2 parents 417c9cf + b02b7e9 commit 95699a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/shared/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func sanityCheckNamespaceChanges(
qy, qyErr := rwt.QueryRelationships(ctx, datastore.RelationshipsFilter{
OptionalResourceType: nsdef.Name,
OptionalResourceRelation: delta.RelationName,
})
}, options.WithLimit(options.LimitOne))

err = errorIfTupleIteratorReturnsTuples(
ctx,
Expand Down

0 comments on commit 95699a0

Please sign in to comment.