From 3530d343aabd58cb6d9ac9a0021d4fd3f8b7b6bc Mon Sep 17 00:00:00 2001 From: Saptak Manna Date: Wed, 3 Jul 2024 13:54:26 +0530 Subject: [PATCH] Fix event log proto field number --- model/src/main/proto/oppia_logger.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/src/main/proto/oppia_logger.proto b/model/src/main/proto/oppia_logger.proto index 18e7c10e407..a34f404aa07 100644 --- a/model/src/main/proto/oppia_logger.proto +++ b/model/src/main/proto/oppia_logger.proto @@ -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;