Skip to content

Commit

Permalink
fix(crawler): fix Package class
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Apr 18, 2022
1 parent 279d5fa commit 4f59644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crawler/src/Package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export default class Package implements IPackage {
gitHubOwner: string;
gitHubRepo: string;
defaultBranch: string;
downloadsHistory: PackageDownloadsHistory[];
downloadsHistory?: PackageDownloadsHistory[];
}

0 comments on commit 4f59644

Please sign in to comment.