Skip to content

Commit

Permalink
fix: only fetch supported connection model definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkr committed Jun 12, 2024
1 parent 2356566 commit 4ac26c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrationos-unified/src/unified.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ impl UnifiedDestination {
.get_many(
Some(doc! {
"connectionPlatform": destination.platform.as_ref(),
"action": method.as_str()
"action": method.as_str(),
"supported": true
}),
None,
None,
Expand Down

0 comments on commit 4ac26c5

Please sign in to comment.