mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
smaller refactorings continued
This commit is contained in:
@@ -4,7 +4,7 @@ const utils = require('../services/utils');
|
||||
const repository = require('../services/repository');
|
||||
|
||||
class Entity {
|
||||
constructor(row) {
|
||||
constructor(row = {}) {
|
||||
utils.assertArguments(row);
|
||||
|
||||
for (const key in row) {
|
||||
|
||||
Reference in New Issue
Block a user