mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-22 02:57:25 -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 {Note} note
|
||||||
* @param {boolean} extra_reacts Also include emoji reacts
|
* @param {boolean} extra_reacts Also include emoji reacts
|
||||||
*
|
*
|
||||||
* return {Promise<FediUser[] | null>}
|
* @return {Promise<FediUser[] | null>}
|
||||||
*/
|
*/
|
||||||
async getConsolidatedReactions(note, extra_reacts = false){
|
async getConsolidatedReactions(note, extra_reacts = false){
|
||||||
let favs = await this.getFavs(note);
|
let favs = await this.getFavs(note);
|
||||||
|
|
Loading…
Reference in a new issue