mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
support for updating entities etc.
This commit is contained in:
@@ -4,7 +4,7 @@ const utils = require('../services/utils');
|
||||
|
||||
class Entity {
|
||||
constructor(repository, row) {
|
||||
utils.assertArguments(repository, row)
|
||||
utils.assertArguments(repository, row);
|
||||
|
||||
this.repository = repository;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user