mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Fix lint error. Thanks to xet7 !
This commit is contained in:
parent
ecb3a18206
commit
90a0478d0b
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ BlazeComponent.extendComponent({
|
|||
const productName = $('#product-name').val().trim();
|
||||
Settings.update(Settings.findOne()._id, {
|
||||
$set: {
|
||||
'productName': productName,
|
||||
productName,
|
||||
},
|
||||
});
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue