mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
feat: add regional pricing api
This commit is contained in:
@@ -25,6 +25,7 @@ import { Mutex } from "async-mutex";
|
||||
import NoteHistory from "../collections/note-history";
|
||||
import MFAManager from "./mfa-manager";
|
||||
import EventManager from "../utils/event-manager";
|
||||
import Pricing from "./pricing";
|
||||
|
||||
/**
|
||||
* @type {EventSource}
|
||||
@@ -101,6 +102,7 @@ class Database {
|
||||
this.monographs = new Monographs(this);
|
||||
this.offers = new Offers();
|
||||
this.debug = new Debug();
|
||||
this.pricing = new Pricing();
|
||||
|
||||
// collections
|
||||
/** @type {Notes} */
|
||||
|
||||
Reference in New Issue
Block a user