Skip to content

Commit

Permalink
Fix event log proto field number
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Jul 3, 2024
1 parent f06edb1 commit 3530d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/main/proto/oppia_logger.proto
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ message EventLog {
LearnerDetailsContext app_in_foreground_context = 25;

// The event being logged is related to starting an exploration.
ExplorationContext start_exploration_context = 54;
ExplorationContext start_exploration_context = 56;

// The event being logged is related to exiting an exploration.
ExplorationContext exit_exploration_context = 26;
Expand Down

0 comments on commit 3530d34

Please sign in to comment.