Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from lalithkota/develop
Browse files Browse the repository at this point in the history
IDMappe: Fixed update addl_info_error
  • Loading branch information
shibu-narayanan authored Feb 5, 2024
2 parents 2feaa86 + fc22451 commit 1caa842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async def update(
] = info.model_dump()
else:
addl_info_copy.append(info.model_dump())
result.additional_info = addl_info_copy
result.additional_info = addl_info_copy

await session.commit()
else:
Expand Down

0 comments on commit 1caa842

Please sign in to comment.