Skip to content

Commit

Permalink
Add source_image field to insight serial
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed May 2, 2020
1 parent 33c9981 commit 290fbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robotoff/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def serialize(self, full: bool = False) -> JSONType:
"type": self.type,
"barcode": self.barcode,
"countries": self.countries,
"source_image": self.source_image,
**self.data,
}

Expand Down

0 comments on commit 290fbc8

Please sign in to comment.