Skip to content

Commit

Permalink
create profile from API, no auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed Jun 5, 2024
1 parent ac59359 commit f98872e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/database-query-template.aql
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,9 @@ AQL_GET_PROFILES_BY_PHONES =>
;

AQL_GET_PROFILES_BY_APPLICATION_IDS =>
FOR applicationID in @applicationIDs FOR p in cdp_profile FILTER applicationID IN p.applicationIDs AND p.status == 1 RETURN DISTINCT p
FOR applicationID in @applicationIDs
FOR p in cdp_profile FILTER applicationID IN p.applicationIDs AND p.status == 1
RETURN DISTINCT p
;

AQL_GET_PROFILES_BY_GOVERNMENT_ISSUED_IDS =>
Expand Down
Binary file modified leo-data-processing-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-main-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-observer-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-scheduler-starter-v_0.9.0.jar
Binary file not shown.

0 comments on commit f98872e

Please sign in to comment.