Skip to content

Commit

Permalink
Merge pull request #124 from Monilprajapati/main
Browse files Browse the repository at this point in the history
Fixed the myApps query
  • Loading branch information
frikky authored Nov 30, 2024
2 parents 8af7416 + 7f71ff5 commit 6b771ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -6731,8 +6731,8 @@ func GetUserApps(ctx context.Context, userId string) ([]WorkflowApp, error) {
},
},
},
"minimum_should_match": 1,
},
"minimum_should_match": 1,
},
}

Expand Down

0 comments on commit 6b771ed

Please sign in to comment.