We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c54874 commit bce26abCopy full SHA for bce26ab
src/main/java/it/pierfani/smsapi/dto/CodeSendingRequest.java
@@ -7,5 +7,5 @@ public class CodeSendingRequest {
7
private String phoneNumber;
8
private String from;
9
private String content;
10
- private boolean fast = true;
+ private String fast;
11
}
0 commit comments