Skip to content

Commit

Permalink
🐛 fix: enable logging of GitHub token in NotesMenu component for debu…
Browse files Browse the repository at this point in the history
…gging
  • Loading branch information
Gavin-OP committed Nov 9, 2024
1 parent 4303319 commit b8f9d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/notes/NotesMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const NotesMenu = ({ currentPath }) => {
// const octokit = useMemo(() => new Octokit({
// auth: process.env.REACT_APP_GITHUB_TOKEN
// }), []);
// console.log(process.env.REACT_APP_GITHUB_TOKEN);
console.log(process.env.REACT_APP_GITHUB_TOKEN);

// useEffect(() => {
// const fetchFiles = async (path) => {
Expand Down

0 comments on commit b8f9d43

Please sign in to comment.