Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove a condition to the never defined retry_join_meeting var
The var was never truthy because it was never defined anywhere, so the condition was always true. Thus, the condition was useless.
- Loading branch information