We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352c9ba commit 3790bccCopy full SHA for 3790bcc
AndroidSDKCore/src/main/java/com/leanplum/internal/Request.java
@@ -534,7 +534,7 @@ private RequestsWithEncoding getRequestsWithEncodedString() {
534
if (localErrors.size() != 0) {
535
requestsWithEncoding = getRequestsWithEncodedStringForErrors();
536
} else {
537
- requestsWithEncoding = getRequestsWithEncodedStringStoredRequests()
+ requestsWithEncoding = getRequestsWithEncodedStringStoredRequests();
538
}
539
540
return requestsWithEncoding;
0 commit comments