From 451d2c3611527113b1dd8c790426687e1c98a80a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 8 Feb 2021 15:39:46 +0100 Subject: :arrow_up: bump lambert-db --- src/util/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/Config.ts') diff --git a/src/util/Config.ts b/src/util/Config.ts index b22e88e0..5886b268 100644 --- a/src/util/Config.ts +++ b/src/util/Config.ts @@ -5,7 +5,7 @@ var Config: ProviderCache; export default { init: async function init(opts: DefaultOptions = DefaultOptions) { - Config = db.data.config({}).cache(); + Config = await db.data.config({}).cache(); await Config.init(); await Config.set(opts.merge(Config.cache || {})); }, -- cgit 1.5.1