Skip to content

Commit

Permalink
change string
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobasco99 committed Jun 19, 2024
1 parent af93338 commit 6f0006a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ public Response nextQuestion(@FormDataParam("msg") String msg, @FormDataParam("c
String message = bodyInput.getAsString("msg");
if (bodyInput.getAsString("msg").startsWith("!SurveyAnswer")) {
message = message.substring(message.length() - 1);
} else if (message.equals("!StartSurvey")) {
} else if (message.equals("!Start")) {
isStart = true;
}

Expand Down

0 comments on commit 6f0006a

Please sign in to comment.