Commit 0342a63
committed
Fixed an error in validateRequest
When uploading files greater than 2Mb I found that where 'invalid_flow_request4' was returned, this was due to it concatenating the strings instead of adding them together, fixed with parseInt. Problem solved.1 parent d69e783 commit 0342a63
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments