Skip to content

Commit 8e593a7

Browse files
committed
fixed jsdoc errors
1 parent 824c0c0 commit 8e593a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extensions/kick/server/chat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function init (onMessageCallback, createDummyChatMessage)
6363
// ============================================================================
6464
/**
6565
*
66-
* @param {string*} chatroomId // channel to subscribe to
66+
* @param {string} chatroomId // channel to subscribe to
6767
* @param {string} userName // user logged in name
6868
* @param {string} streamerName // name for the channel Name we are connecting to (normally the same unless using the app to read/view another channel)
6969
*/

extensions/kick/server/kickAPIs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ async function getChannel ()
399399
/**
400400
*
401401
* @param {string} username
402-
* @returns
402+
* @returns object
403403
*/
404404
function getChannelData (username)
405405
{
@@ -753,7 +753,7 @@ async function setTitleAndCategoryWithToken (title, category, token)
753753
*
754754
* @param {string} title
755755
* @param {number} category
756-
* @returns
756+
* @returns object
757757
*/
758758
async function setTitleAndCategory (title, category)
759759
{
@@ -865,7 +865,7 @@ async function searchCategoriesWithToken (categoryName)
865865
*
866866
* @param {string} title
867867
* @param {number} category
868-
* @returns
868+
* @returns object
869869
*/
870870
async function searchCategories (categoryName)
871871
{

0 commit comments

Comments
 (0)