misc. style/doc fixes
This commit is contained in:
parent
64a5bc6af1
commit
e3fd6ae47f
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ const itemLinkRegExp = name => new RegExp(`<a href="/lodestone/playguide/db/item
|
|||
/**
|
||||
* Gets the ID of the named item in Eorzea Database.
|
||||
* @param {string} name
|
||||
* @returns {Promise<string | undefined>}
|
||||
* @returns {Promise<string | null>}
|
||||
*/
|
||||
export async function findItemEDBID (name) {
|
||||
// execute a search for the item's name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue