Skip to content

Commit

Permalink
Reset changes to WFJT node field processing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Oct 3, 2023
1 parent 45d6f49 commit b9b478d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def main():
'timeout',
):
field_val = module.params.get(field_name)
if field_val is not None:
if field_val:
new_fields[field_name] = field_val

association_fields = {}
Expand Down

0 comments on commit b9b478d

Please sign in to comment.