Skip to content

Commit 3c40bc2

Browse files
committed
Allow undefined commit date
1 parent aafcd0f commit 3c40bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export interface DependencyReviewPackageChange {
122122
}
123123

124124
export interface BranchDependencyDiff {
125-
latestCommitDate: string;
125+
latestCommitDate?: string;
126126
base: string; // base branch
127127
head: string; // head branch
128128
retrievedAt: string;

0 commit comments

Comments
 (0)