Skip to content

Commit

Permalink
fix event name for "ApplyChangeSet"
Browse files Browse the repository at this point in the history
Summary: TSIA

Reviewed By: adityasharat

Differential Revision: D61402220

fbshipit-source-id: 3e920f43ed9b247ddba2a66cb6ecb85b5444e3a7
  • Loading branch information
Wenyuan Chi authored and facebook-github-bot committed Aug 17, 2024
1 parent 2083921 commit 58934ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object DebugEvents {

const val CALCULATE_CHANGE_SET = "Section.CalculateChangeSet"

const val APPLY_CHANGE_SET = "Section.CalculateChangeSet"
const val APPLY_CHANGE_SET = "Section.ApplyChangeSet"

const val CREATE_CHILDREN = "Section.OnCreateChildren"
}

0 comments on commit 58934ac

Please sign in to comment.