Skip to content

Commit

Permalink
Update shared.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra committed Dec 2, 2023
1 parent 3815895 commit e3408ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,8 @@ const fillPO = (
}

if (options.includeGenerator) {
new_po_object.headers[
'X-Generator'
] = `${packageJSON.name}/${packageJSON.version}`;
new_po_object.headers['X-Generator'] =
`${packageJSON.name}/${packageJSON.version}`;
}

return new_po_object;
Expand Down

0 comments on commit e3408ea

Please sign in to comment.