mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
split out dateUtils on the backend
This commit is contained in:
@@ -5,8 +5,6 @@ const repository = require('../services/repository');
|
||||
|
||||
class Entity {
|
||||
constructor(row = {}) {
|
||||
utils.assertArguments(row);
|
||||
|
||||
for (const key in row) {
|
||||
this[key] = row[key];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user