mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
rename becca entities to have B-prefix, #3476
This commit is contained in:
@@ -71,9 +71,9 @@ function setOption(name, value) {
|
||||
|
||||
function createOption(name, value, isSynced) {
|
||||
// to avoid circular dependency, need to find better solution
|
||||
const Option = require('../becca/entities/option');
|
||||
const BOption = require('../becca/entities/boption');
|
||||
|
||||
new Option({
|
||||
new BOption({
|
||||
name: name,
|
||||
value: value,
|
||||
isSynced: isSynced
|
||||
|
||||
Reference in New Issue
Block a user