Skip to content

Commit 32afb4c

Browse files
authored
Fix typo in session-management.mdx (#522)
1 parent 5a9d6a1 commit 32afb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/docs/session-management.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const getServerSideProps: GetServerSideProps = async ({
151151
}) => {
152152
const session = await getSession(req, res)
153153

154-
return { props: { publicData: session.$publicData } }
154+
return { props: { initialPublicData: session.$publicData } }
155155
}
156156

157157
const SomePage: BlitzPage = ({ initialPublicData }) => {

0 commit comments

Comments
 (0)