Skip to content

Commit 62328fb

Browse files
committed
Small fix
1 parent 512ae1e commit 62328fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marketing/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CapturedEmailResource(resources.ModelResource):
2323
class Meta:
2424
model = CapturedEmail
2525
# Use email as the natural key so re-imports update instead of duplicating
26-
import_id_fields = "email"
26+
import_id_fields = ["email"]
2727
skip_unchanged = True
2828
report_skipped = True
2929
fields = (

0 commit comments

Comments
 (0)