You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Fix Lambda.dispose() to return void instead of boolean
Previously, `Lambda.dispose()` returned a boolean value from
`unregister()`, even though its type definition specifies a return type
of `void`. This commit updates the implementation to ensure that
`dispose()` and `[Symbol.dispose]` both return `void` as intended.
0 commit comments