Skip to content

Fixed 'boolean must not be null' exception

Vadim requested to merge github/fork/vodemn/master into master

Changed 'if' condition in isError function from 'error = null' to 'error == null'.

Merge request reports