Skip to content

Commit

Permalink
fix: renames posts to todos
Browse files Browse the repository at this point in the history
  • Loading branch information
erinleigh90 committed Dec 5, 2023
1 parent 677a71f commit c24d306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fragments/lib/troubleshooting/common/upgrading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ const getServerSideProps = async ({ req }) => {
return {
props: {
posts: data.listTodos.items
todos: data.listTodos.items
}
};
};
Expand Down Expand Up @@ -1012,7 +1012,7 @@ const getServerSideProps = async ({ req, res }) => {
return {
props: {
posts: data.listTodos.items
todos: data.listTodos.items
}
};
};
Expand Down

0 comments on commit c24d306

Please sign in to comment.