Skip to content

Commit

Permalink
fix: change commitHash field to hash
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-stoyanov committed Mar 6, 2021
1 parent 29929c2 commit c3a88a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core/src/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* git commits fields
*/
export interface Commit {
commitHash?: string;
hash?: string;
subject?: string;
authorName?: string;
authorDate?: string;
Expand Down

0 comments on commit c3a88a8

Please sign in to comment.