Skip to content

Commit

Permalink
Update src/pages/[platform]/start/getting-started/data-model/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: erinleigh90 <[email protected]>
  • Loading branch information
nadetastic and erinleigh90 authored Dec 13, 2023
1 parent 071fd22 commit f8e5c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const App = () => {
const todos = todoData.data.listTodos.items;
setTodos(todos);
} catch (err) {
console.log("error fetching todos");
console.log('error fetching todos');
}
}

Expand Down

0 comments on commit f8e5c28

Please sign in to comment.