Skip to content

Commit 708ee66

Browse files
fix typecheck errors
1 parent 782b903 commit 708ee66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Zappy/init.server.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ do --creates the Zappy plugin
184184
}
185185
end
186186

187-
local function NestedElement(children: { {[any]: any} })
187+
local function NestedElement(children: { GuiObject })
188188
local centeredChildren = {}
189189
for _, element in children do
190190
element.Position = UDim2.fromScale(0.5, 0.5)

0 commit comments

Comments
 (0)