Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 36a6fe4

Browse files
authored
Merge pull request #87 from u-hossy/fix/algo2
frontend:algo2の微修正
2 parents 9988653 + c266f18 commit 36a6fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/app/lib/algorithm2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def process_warikan_json(input_data: Dict[str, Any]) -> List[Dict[str, Any]]:
196196
output_json_list.append({
197197
"id": j,
198198
"amount": amnt,
199-
"paid_by": to_user,
200-
"paid_for": from_user
199+
"paid_by": from_user,
200+
"paid_for": to_user
201201
})
202202
return output_json_list

0 commit comments

Comments
 (0)