diff --git a/src/fragments/lib/troubleshooting/common/upgrading.mdx b/src/fragments/lib/troubleshooting/common/upgrading.mdx index 8b379930d30..a5080edb516 100644 --- a/src/fragments/lib/troubleshooting/common/upgrading.mdx +++ b/src/fragments/lib/troubleshooting/common/upgrading.mdx @@ -969,7 +969,7 @@ const getServerSideProps = async ({ req }) => { return { props: { - posts: data.listTodos.items + todos: data.listTodos.items } }; }; @@ -1012,7 +1012,7 @@ const getServerSideProps = async ({ req, res }) => { return { props: { - posts: data.listTodos.items + todos: data.listTodos.items } }; };