Skip to content

Commit

Permalink
Merge pull request #72 from 4teapo/main
Browse files Browse the repository at this point in the history
Remove argument from PopId
  • Loading branch information
SirMallard committed Sep 2, 2024
2 parents a56b043 + 42b487f commit 0cbf632
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 0cbf632

Please sign in to comment.