Skip to content

Commit

Permalink
Fix typo in code example in index.mdx (#65075)
Browse files Browse the repository at this point in the history
  • Loading branch information
HristovCodes authored Apr 26, 2024
1 parent da13062 commit 3ae3802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ import 'server-only'
import { cookies } from 'next/headers'
import { decrypt } from '@/app/lib/session'

eexport async function updateSession() {
export async function updateSession() {
const session = cookies().get('session').value
const payload = await decrypt(session)

Expand Down

0 comments on commit 3ae3802

Please sign in to comment.