Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] api: Optimize address update condition in create_address
The code now combines the condition 'only_create' and 'address' into a single line, ensuring that an address is only updated if it exists and it is not flagged with the 'only_create' option. This change makes the code easier to read and understand. Closes #25
- Loading branch information