mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add eslint to frontend
This commit is contained in:
@ -169,7 +169,7 @@ namespace utils {
|
||||
finalObject[key] = temp;
|
||||
}
|
||||
} else {
|
||||
if (Boolean(val)) {
|
||||
if (val) {
|
||||
finalObject[key] = val;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user