We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60399fa commit 1e2ba23Copy full SHA for 1e2ba23
backend/src/log_structure.py
@@ -24,7 +24,7 @@ def _log_data_from_body(event) -> dict:
24
log_data["vaccine_type"] = vaccine_type
25
local_id = imms["identifier"][0]["value"] + "^" + imms["identifier"][0]["system"]
26
log_data["local_id"] = local_id
27
- except Exception as e:
+ except Exception:
28
# if there's no body, or it can't be parsed
29
return {}
30
return log_data
0 commit comments