No real changes, just renames

This commit is contained in:
binwiederhier
2023-06-09 14:32:34 -04:00
parent 4704b2a0e4
commit 2e8292a65f
10 changed files with 31 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
import api from "./Api";
import notifier from "./Notifier";
import prefs from "./Prefs";
import getDb from "./getDb";
import db from "./db";
import { topicUrl } from "./utils";
class SubscriptionManager {
@@ -244,4 +244,4 @@ class SubscriptionManager {
}
}
export default new SubscriptionManager(getDb());
export default new SubscriptionManager(db());