Skip to content

Commit d351309

Browse files
fix: remove validation
1 parent f396ef6 commit d351309

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/api/attack/socket.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ pub struct SocketResponse {
4141
#[derive(Serialize, Deserialize, Debug)]
4242
pub struct ChallengeResponse {
4343
pub score: i32,
44-
pub invalidation: String,
4544
}
4645

4746
#[derive(Debug, Serialize, Deserialize, PartialEq)]

src/validator/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ pub fn game_handler(
244244
let challenge = if let Some(challenge_state) = _game_state.challenge {
245245
Some(ChallengeResponse {
246246
score: challenge_state.score,
247-
invalidation: _game_state.in_validation.message.clone(),
248247
})
249248
} else {
250249
None

0 commit comments

Comments
 (0)