Skip to content

Commit

Permalink
fix luacheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ferronn-dev committed Oct 27, 2021
1 parent 0ec5778 commit e8bc623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/export.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ local toexport = {
local frame = _G.CreateFrame('Frame')
frame:RegisterEvent('PLAYER_LOGOUT')
frame:SetScript('OnEvent', function()
_G.TheFlatDumper = LibStub('LibDeflate'):CompressDeflate(G.pprint(toexport))
_G.TheFlatDumper = _G.LibStub('LibDeflate'):CompressDeflate(G.pprint(toexport))
end)

0 comments on commit e8bc623

Please sign in to comment.