Skip to content

Commit

Permalink
Update jsdoc of permanent param
Browse files Browse the repository at this point in the history
  • Loading branch information
elmotron authored Jul 29, 2024
1 parent fd0a3d1 commit e21d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/streaming-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ class StreamingHandle extends Handle {
*
* @param {object} params
* @param {number|string} params.id
* @param {boolean} params.permanent
* @param {boolean} [params.permanent]
* @param {string} [params.secret]
* @returns {Promise<module:streaming-plugin~STREAMING_EVENT_DESTROYED>}
*/
Expand Down

0 comments on commit e21d76c

Please sign in to comment.