summary refs log tree commit diff
path: root/dist/index.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-13 21:52:06 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-13 21:52:06 +0100
commit4125b7810d6da218fef6e26ec7cfbd1032c4cbb3 (patch)
tree7a08f3f690ecfb3f807d5aee667b6091e0c8ab5f /dist/index.js
parent:sparkles: Config init takes default opts (diff)
downloadserver-4125b7810d6da218fef6e26ec7cfbd1032c4cbb3.tar.xz
:bug: export MongooseCache
Diffstat (limited to 'dist/index.js')
-rw-r--r--dist/index.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/dist/index.js b/dist/index.js
index 199ea5fa..87f0cc7a 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -21,11 +21,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
     __setModuleDefault(result, mod);
     return result;
 };
-var __importDefault = (this && this.__importDefault) || function (mod) {
-    return (mod && mod.__esModule) ? mod : { "default": mod };
-};
 Object.defineProperty(exports, "__esModule", { value: true });
-exports.DefaultOptions = exports.db = exports.Config = exports.Constants = void 0;
+exports.MongooseCache = exports.DefaultOptions = exports.db = exports.Config = exports.Constants = void 0;
 __exportStar(require("./util/checkToken"), exports);
 exports.Constants = __importStar(require("./util/Constants"));
 __exportStar(require("./models/Channel"), exports);
@@ -52,6 +49,7 @@ __exportStar(require("./models/Event"), exports);
 const Config_1 = __importStar(require("./util/Config"));
 exports.Config = Config_1.default;
 Object.defineProperty(exports, "DefaultOptions", { enumerable: true, get: function () { return Config_1.DefaultOptions; } });
-const Database_1 = __importDefault(require("./util/Database"));
+const Database_1 = __importStar(require("./util/Database"));
 exports.db = Database_1.default;
+Object.defineProperty(exports, "MongooseCache", { enumerable: true, get: function () { return Database_1.MongooseCache; } });
 //# sourceMappingURL=index.js.map
\ No newline at end of file