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 4, 2024
1 parent 44d8244 commit a830c17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class SessionManager(context: Context) {
BigInteger(sessionId, 16), gsonData
),
timeout = 1,
allowedOrigin = allowedOrigin ?: "*"
allowedOrigin = allowedOrigin
)
)
}
Expand Down

0 comments on commit a830c17

Please sign in to comment.