Skip to content

Commit

Permalink
Remove argument from PopId
Browse files Browse the repository at this point in the history
  • Loading branch information
4teapo authored Sep 1, 2024
1 parent a56b043 commit 42b487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export type Iris = {

-- ID API
PushId: (id: ID) -> (),
PopId: (id: ID) -> (),
PopId: () -> (),
SetNextWidgetID: (id: ID) -> (),

-- Config API
Expand Down

0 comments on commit 42b487f

Please sign in to comment.