Skip to content

Commit

Permalink
Add JSDoc param
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty committed Aug 21, 2023
1 parent c8b8f6e commit 724462d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/contacts-book.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ export async function guiAddContact() {
* Prompt the user to add a new Contact, safely checking for duplicates
* @param {String} strName - The Name of the Contact
* @param {String} strPubkey - The Public Key of the Contact
* @param {boolean} fDuplicateNotif - Notify the user if the incoming Contact is a duplicate
* @returns {Promise<boolean>} - `true` if contact was added, `false` if not
*/
export async function guiAddContactPrompt(
Expand Down

0 comments on commit 724462d

Please sign in to comment.