Closed ugur-kurtulus closed 3 years ago
Why did you open this PR (If it is other, please write a more detailed description.) [ ] New feature [x] Fix bug [ ] Typo [ ] Other
Why did you open this PR (If it is other, please write a more detailed description.)
Could you change res["d"]["type"] in (1, 2) to res["d"]["type"] == 3
res["d"]["type"] in (1, 2)
res["d"]["type"] == 3
Changed, tested.
Changed to res["d"]["type"] != 3 because of it being a return statement.
res["d"]["type"] != 3
PR TYPE
Checks