Skip to content

Commit

Permalink
Fixed a small bug with context timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan committed Sep 11, 2024
1 parent 08ddfe1 commit 16840cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/refresh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function refresh:StartUpdate(ctx)
-- never missed in the event of the update queue being interrupted.
C_Timer.After(0, function()
if next(self.UpdateQueue) ~= nil then
self:StartUpdate(ctx)
self:StartUpdate(context:New('MissedEvent'))
end
end)
return
Expand Down

0 comments on commit 16840cd

Please sign in to comment.