renamed noteCache into becca

This commit is contained in:
zadam
2021-04-16 23:00:08 +02:00
parent af5b1021c7
commit f7e86c5be0
36 changed files with 199 additions and 199 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
class NoteCache {
class Becca {
constructor() {
this.reset();
}
@@ -50,6 +50,6 @@ class NoteCache {
}
}
const noteCache = new NoteCache();
const becca = new Becca();
module.exports = noteCache;
module.exports = becca;