Skip to content

Commit a55e2f4

Browse files
committed
chore(temporary): test with 2 more ids
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent 23b81b0 commit a55e2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/apps/merge_suggestions_worker/src/workflows/mergeMembersWithLLM.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function mergeMembersWithLLM(
2424
// HARDCODED TEST MEMBER IDS - Replace with your test member ID pairs
2525
// Format: [primaryMemberId, secondaryMemberId]
2626
const HARDCODED_SUGGESTIONS: string[][] = [
27-
['b18bb1c0-859c-11f0-83d5-5fc87b30e90a', 'a10f9ad5-e705-4acc-8378-53416788eb80'],
27+
['7fcf7950-b95b-11ee-8ae5-b5749935eef4', 'f249ae23-af7c-4b28-910c-3e736d65c671'],
2828
]
2929

3030
const REGION = 'us-east-1'

0 commit comments

Comments
 (0)