Fix type of parentsByHash field
This commit is contained in:
parent
848c4ad019
commit
e1261aea96
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ export type CommitsResponse = {
|
|||
authorByHash: string[];
|
||||
committerDateByHash: number[];
|
||||
messageByHash: string[];
|
||||
parentsByHash: string[][];
|
||||
parentsByHash: number[][];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue