This commit is contained in:
Ewout Stortenbeker 2019-01-22 12:48:07 +01:00
parent 49531d3ee5
commit 7b7ac9fdfe

View file

@ -281,7 +281,7 @@ class NodeLock {
}
static list() {
return this._locks || [];
return _locks || [];
}
static isAllowed(path, tid, forWriting) {