diff --git a/milo/apis/storage.lua b/milo/apis/storage.lua index 15e8cbc..ae99bb0 100644 --- a/milo/apis/storage.lua +++ b/milo/apis/storage.lua @@ -62,7 +62,7 @@ function Storage:init() Util.merge(self, defaults) self.nodes = Config.load('storage', { }) - if not self.nodes then -- TODO: temporary + if Util.empty(self.nodes) then -- TODO: temporary loadOld(self) end