Skip to content

Commit

Permalink
merge: #137 from patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored Nov 20, 2023
2 parents 2989a4c + dafcd86 commit d95c7d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _extract_record(self, record):
def _extract_ext(subdict):
props = {'_id': record_id}
for ek, ev in subdict.items():
if ek in ext_props:
if ek in ext_props and ek != '_id':
props[ek] = ev
return props

Expand Down

0 comments on commit d95c7d9

Please sign in to comment.