Skip to content

Commit

Permalink
fixup commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Aug 14, 2023
1 parent 1f797a3 commit b9a9b42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/commit/commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ class CommitViewModel {
}

setData(/** @type {Commit} */ args) {
this.commitTime(moment(new Date(args.commitDate)));
this.authorTime(moment(new Date(args.authorDate)));
const message = args.message.split('\n');
this.message(args.message);
this.title(message[0]);
Expand Down

0 comments on commit b9a9b42

Please sign in to comment.