mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
forgotten semicolon
This commit is contained in:
parent
5968792ad2
commit
7ad74eb1b5
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class SetFilter {
|
||||||
|
|
||||||
_getMongoSelector() {
|
_getMongoSelector() {
|
||||||
this._dep.depend();
|
this._dep.depend();
|
||||||
return { $in: this._selectedElements }
|
return { $in: this._selectedElements };
|
||||||
}
|
}
|
||||||
|
|
||||||
_getEmptySelector() {
|
_getEmptySelector() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue