Skip to content

Fix _status property name in constructor

Thomas requested to merge github/fork/sdwolfz/status-property into master

Created by: sdwolfz

This does not really seem to affect anything, but I've noticed it while debugging other issues, might as well fix it.

It's the single place this exists as this.status, everywhere else there is this._status instead.

Merge request reports