Skip to content

Commit 6b771ed

Browse files
authored
Merge pull request #124 from Monilprajapati/main
Fixed the myApps query
2 parents 8af7416 + 7f71ff5 commit 6b771ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-connector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6731,8 +6731,8 @@ func GetUserApps(ctx context.Context, userId string) ([]WorkflowApp, error) {
67316731
},
67326732
},
67336733
},
6734+
"minimum_should_match": 1,
67346735
},
6735-
"minimum_should_match": 1,
67366736
},
67376737
}
67386738

0 commit comments

Comments
 (0)