Skip to content

Commit

Permalink
chore: nx format:write update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Nov 13, 2024
1 parent e60eaa9 commit a6c017e
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,12 +377,9 @@ export class EndorsementListService {
doc
.font('Regular')
.fontSize(12)
.text(
format(new Date(), 'dd.MM.yyyy HH:mm'),
60,
currentYPosition,
{ align: 'left' },
)
.text(format(new Date(), 'dd.MM.yyyy HH:mm'), 60, currentYPosition, {
align: 'left',
})
currentYPosition = doc.y + 15

doc
Expand Down

0 comments on commit a6c017e

Please sign in to comment.