docs(jsdoc): fix async return and param annotations
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* @param { Object } client
|
||||
* @param { string } displayName
|
||||
* @returns
|
||||
* @returns { Promise<Object|null> }
|
||||
*/
|
||||
export async function getApp(client, displayName) {
|
||||
const result = await client
|
||||
|
||||
Reference in New Issue
Block a user