Skip to content

Commit 43cb71c

Browse files
committed
Add source_image field to insight serial
1 parent 58b857d commit 43cb71c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

robotoff/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def serialize(self, full: bool = False) -> JSONType:
9999
"type": self.type,
100100
"barcode": self.barcode,
101101
"countries": self.countries,
102+
"source_image": self.source_image,
102103
**self.data,
103104
}
104105

0 commit comments

Comments
 (0)