Skip to content

Commit 734d604

Browse files
authored
Properly fix an error when resetting transmog cache :) (#12)
1 parent 6ccba37 commit 734d604

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ local name, ns = ...;
44
local Config = {}
55
ns.Config = Config;
66

7-
--- @type TransmogUpgradeMaster
8-
local TUM = ns.core;
9-
107
--- @enum TUM_Config_ModifierKeyOptions
118
Config.modifierKeyOptions = {
129
always = "always",
@@ -37,6 +34,9 @@ Config.settingKeys = {
3734

3835
--- @return TUM_DB
3936
function Config:Init()
37+
--- @type TransmogUpgradeMaster
38+
local TUM = ns.core;
39+
4040
--- @class TUM_DB
4141
local defaults = {
4242
--- @type boolean

0 commit comments

Comments
 (0)