Skip to content

Commit c23604e

Browse files
committed
fix: Remove extra FIXME comment
1 parent d821fff commit c23604e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

supertokens_python/recipe/session/recipe_implementation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ async def get_session(
236236
self,
237237
self.config,
238238
access_token_str,
239-
# FIXME: expiry time cannot be None
240239
build_front_token(response.session.userId, expiry_time, payload),
241240
None, # refresh_token
242241
anti_csrf_token,

0 commit comments

Comments
 (0)