Skip to content

Commit

Permalink
Merge pull request #1173 from Amsterdam/bugfix/omzettingsvergunning-d…
Browse files Browse the repository at this point in the history
…elete-date-valid-until

del DATE_VALID_UNTIL
  • Loading branch information
remyvdwereld authored Nov 23, 2023
2 parents b7fa272 + 9d62619 commit d3f5a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apps/permits/api_queries_decos_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def update_date_valid_until_for_omzettingsvergunning(self, permits):
and item.get("details")
and item["details"].get("DATE_VALID_UNTIL")
):
item["details"]["DATE_VALID_UNTIL"] = None
del item["details"]["DATE_VALID_UNTIL"]

def log_error_info(self, parent_key, folder, decos_join_conf_object):
logger.error("DECOS JOIN parent key not found in config")
Expand Down

0 comments on commit d3f5a68

Please sign in to comment.