Skip to content

Commit

Permalink
fix(event): FeedEmitter missing "eventName" property type (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWryth authored Oct 5, 2021
1 parent 4062d9f commit d714b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FeedEmitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class FeedEmitter extends EventEmitter {
* @typedef {Object} UserFeedConfig
* @property {(string|string[])} url Url string or string array. Cannot be null or empty
* @property {Number} refresh Refresh cycle duration for the feed.
* @property {string} [eventName] Event name for a new feed item. Default "new-item".
*/

/**
Expand Down

0 comments on commit d714b8f

Please sign in to comment.