Skip to content

Commit

Permalink
Merge pull request #141 from beauraines/improve-report-heading
Browse files Browse the repository at this point in the history
fix(weekly report): Fixes spacing in header row values
  • Loading branch information
beauraines authored Jan 12, 2024
2 parents 6cb7b14 + 41f421a commit b6965ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/weekly.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const handler = async function (argv) {
const currentProject = await getProjectById(workspace.id, project.project_id)
debug(currentProject)
const row = {
projectName: currentProject ? currentProject.name : 'No Project',
"Project Name": currentProject ? currentProject.name : 'No Project',
Total: 0
}

Expand Down

0 comments on commit b6965ad

Please sign in to comment.