Skip to content

Commit c3e8700

Browse files
committed
Fix typecheck error
1 parent f9e6fe5 commit c3e8700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Clicked/Core/Database.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ function Addon:ChangeDataObjectParent(item, parent)
625625
end
626626

627627
--- @type Group?
628-
local parentObject = nil
628+
local parentObject
629629

630630
if type(parent) == "table" then
631631
--- @cast parent Group

0 commit comments

Comments
 (0)