Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rowannekabalan committed Nov 8, 2023
1 parent 4fca038 commit 0840bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thrift/src/main/thrift/contentatom.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enum AtomType {
CTA = 4,
INTERACTIVE = 5,
REVIEW = 6,
//RECIPE = 7, DEPRECATED
//RECIPE = 7, DEPRECATED in favour of Recipe Element
//STORYQUESTIONS = 8, DEPRECATED
QANDA = 9,
PROFILE = 10,
Expand All @@ -48,7 +48,7 @@ union AtomData {
5: cta.CTAAtom cta
6: interactive.InteractiveAtom interactive
7: review.ReviewAtom review
//8: recipe.RecipeAtom recipe
//8: recipe.RecipeAtom recipe DEPRECATED
//9: storyquestions.StoryQuestionsAtom storyquestions DEPRECATED
10: qanda.QAndAAtom qanda
11: guide.GuideAtom guide
Expand Down

0 comments on commit 0840bdb

Please sign in to comment.