Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant connection check in auth function
The checkConn call in the auth function was redundant because the connection is already managed appropriately elsewhere. Removing this unnecessary check simplifies the code and avoids potential duplication of error handling.
- Loading branch information