docs(jsdoc): fix async return and param annotations

This commit is contained in:
2026-02-08 11:53:53 +01:00
parent 6c5b628c70
commit 97f6599056
2 changed files with 6 additions and 2 deletions

View File

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