Skip to content

Commit c57f49b

Browse files
authored
Update basic.md (#1804)
1 parent 19feede commit c57f49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/sessions/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async function validateSessionToken(dbPool: DBPool, token: string): Promise<Sess
129129
return null;
130130
}
131131
const sessionId = tokenParts[0];
132-
const sessionSecret = tokensParts[1];
132+
const sessionSecret = tokenParts[1];
133133

134134
const session = await getSession(dbPool, sessionId);
135135

0 commit comments

Comments
 (0)