Skip to content

Commit

Permalink
Make feed option optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnl authored and jpmonette committed Feb 25, 2019
1 parent c4666db commit 5da79f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface FeedOptions {
updated?: Date;
generator?: string;

feed: string;
feed?: string;
feedLinks: any;
hub?: string;

Expand Down

0 comments on commit 5da79f1

Please sign in to comment.