mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
bugfix
This commit is contained in:
parent
49531d3ee5
commit
7b7ac9fdfe
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ class NodeLock {
|
|||
}
|
||||
|
||||
static list() {
|
||||
return this._locks || [];
|
||||
return _locks || [];
|
||||
}
|
||||
|
||||
static isAllowed(path, tid, forWriting) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue