mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-09 12:51:26 -07:00
JSDoc fixes
This commit is contained in:
parent
9b664cbffc
commit
14e469c139
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class ApiClient {
|
|||
* @param {Note} note
|
||||
* @param {boolean} extra_reacts Also include emoji reacts
|
||||
*
|
||||
* return {Promise<FediUser[] | null>}
|
||||
* @return {Promise<FediUser[] | null>}
|
||||
*/
|
||||
async getConsolidatedReactions(note, extra_reacts = false){
|
||||
let favs = await this.getFavs(note);
|
||||
|
|
Loading…
Reference in a new issue