Skip to content

Commit

Permalink
Update fomratting.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nick22985 authored Jan 20, 2024
1 parent 70fcebf commit 5ea29b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fomratting.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ async function formatDoc(devStats, settings) {
if (settings.showProjects) {
document += `\n📚 **Projects**:\n\`\`\`text\n`;
if (settings.excludeProjects) {
console.log(devStats.wakatime.projects)
devStats.wakatime.projects = devStats.wakatime.projects.map((project) => {
if(project) {
settings.excludeProjects.includes(project.name) ? project.name = process.env.EXLUDE_PROJECT_NAME ? process.env.EXLUDE_PROJECT_NAME : '' : project.name;
Expand Down

0 comments on commit 5ea29b1

Please sign in to comment.