Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Micro-optimization refs #646
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 8, 2021
1 parent 1a797e4 commit 690341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaccinate/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def import_source_locations(request, on_request_logged):

if safe_to_match and matched_location is not None:
source_location.matched_location = matched_location
source_location.save()
source_location.save(update_fields=["matched_location"])

import_json = record.import_json
links = list(import_json.links) if import_json.links is not None else []
Expand Down

0 comments on commit 690341f

Please sign in to comment.