mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Fix lint.
This commit is contained in:
parent
3605072650
commit
0aabb0b364
4 changed files with 6 additions and 4 deletions
|
|
@ -184,7 +184,7 @@ function pickleValue(value) {
|
|||
if (value === null) {
|
||||
return null;
|
||||
} else if (typeof value === 'object') {
|
||||
switch(value.constructor.name) {
|
||||
switch (value.constructor.name) {
|
||||
case 'RegExp':
|
||||
return {
|
||||
$$class: 'RegExp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue