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

Commit

Permalink
Update kiota_serialization_form/form_serialization_writer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Biret <[email protected]>
  • Loading branch information
shemogumbe and baywet authored Aug 19, 2024
1 parent c166324 commit 0e04c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiota_serialization_form/form_serialization_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def write_object_value(
"""
temp_writer = self._create_new_writer()

if value is not None:
if value is not None:
self._serialize_value(temp_writer, value)

for additional_value in filter(lambda x: x is not None, additional_values_to_merge):
Expand Down

0 comments on commit 0e04c91

Please sign in to comment.