Skip to content

Commit

Permalink
feat(oca): Support flagged attributes
Browse files Browse the repository at this point in the history
mitfik committed Jan 11, 2024
1 parent 1b2ea07 commit ae7752e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oca/src/facade/explore.rs
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ impl Facade {
&[ObjectKind::CaptureBase(CaptureContent {
attributes: None,
properties: None,
flagged_attributes: None,
})
.into()],
)?;

0 comments on commit ae7752e

Please sign in to comment.