JSDoc fixes

This commit is contained in:
Natty 2023-09-01 19:41:29 +02:00
parent 9b664cbffc
commit 14e469c139
No known key found for this signature in database
GPG key ID: BF6CB659ADEE60EC

View file

@ -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);