Skip to content

Commit

Permalink
chore: optimize format
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Dec 6, 2023
1 parent f0d8a16 commit 9faa361
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export function samver(): string {
date.getUTCFullYear(),
date.getUTCMonth() + 1,
date.getUTCDate(),
date.getUTCHours(),
date.getUTCMinutes(),
];
const displayTime = timestamp
.map((_) => _.toString().padStart(2, '0'))
Expand Down

0 comments on commit 9faa361

Please sign in to comment.