Skip to content

Commit

Permalink
fix: container rep validation bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damooo committed Jan 24, 2024
1 parent 7a57489 commit 1b5960f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ where

let normal_subject_uri = subject_uri.and_infer::<Normalization<_>>(Default::default());

// If subject is not container itself.
if normal_subject_uri != container_slot.id().uri;

// If subject uri can be valid uri for a
// contained resource.
// TODO bring it to sanity.
Expand Down

0 comments on commit 1b5960f

Please sign in to comment.