Skip to content

Commit

Permalink
feat: Code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Goel <[email protected]>
  • Loading branch information
grvgoel81 authored and Gaurav Goel committed Sep 24, 2024
1 parent a9d7df5 commit e71428b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,7 @@ class SessionManager(context: Context, sessionTime: Int = 86400, allowedOrigin:
}
}

if (result.isSuccessful) {
// do nothing
} else {
if (!result.isSuccessful) {
throw Exception(
SessionManagerError.getError(
ErrorCode.SOMETHING_WENT_WRONG
Expand Down

0 comments on commit e71428b

Please sign in to comment.