remove eslint warnings, add npm publish process to Collaboration.md (#3913)

This commit is contained in:
Karsten Hassel
2025-10-14 22:44:37 +02:00
committed by GitHub
parent 5f1f5bd291
commit d39e686f7a
5 changed files with 8 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ Module.register("newsfeed", {
* Gets a feed property by name
* @param {object} feed A feed object.
* @param {string} property The name of the property.
* @returns {property} The value of the specified property for the feed.
* @returns {string} The value of the specified property for the feed.
*/
getFeedProperty (feed, property) {
let res = this.config[property];