Skip to content

Commit

Permalink
Fix fast parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pierfani committed Oct 17, 2024
1 parent 5c54874 commit bce26ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ public class CodeSendingRequest {
private String phoneNumber;
private String from;
private String content;
private boolean fast = true;
private String fast;
}

0 comments on commit bce26ab

Please sign in to comment.