Skip to content

Commit 1e2ba23

Browse files
committed
smell
1 parent 60399fa commit 1e2ba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/log_structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _log_data_from_body(event) -> dict:
2424
log_data["vaccine_type"] = vaccine_type
2525
local_id = imms["identifier"][0]["value"] + "^" + imms["identifier"][0]["system"]
2626
log_data["local_id"] = local_id
27-
except Exception as e:
27+
except Exception:
2828
# if there's no body, or it can't be parsed
2929
return {}
3030
return log_data

0 commit comments

Comments
 (0)