Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo0515 committed Feb 17, 2024
1 parent 8f8816e commit e24ffad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/history.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import "feedback.proto";
enum HistoryType {
HISTORY_TYPE_UNSPECIFIED = 0;
HISTORY_TYPE_PRONUNCIATION = 1;
HISTORY_TYPE_ARTICULATION = 2;
HISTORY_TYPE_COMMUNICATION = 2;
}

message FeebackHistoryDTO {
HistoryType type = 1;
oneof feeback {
PronunciationFeedbackDTO pronunciation = 2;
ArticulationFeedbackDTO articulation = 3;
CommunicationFeedbackDTO communication = 3;
}
}

Expand Down

0 comments on commit e24ffad

Please sign in to comment.