misc. style/doc fixes

This commit is contained in:
ewin 2025-07-29 20:05:44 -04:00
parent 64a5bc6af1
commit e3fd6ae47f
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env node #!/usr/bin/env node
import {getMediawikiClient} from '../lib/config.js';
import {findItemEDBID} from '../lib/api/lodestone.js'; import {findItemEDBID} from '../lib/api/lodestone.js';
import {getMediawikiClient} from '../lib/config.js';
import {diff} from '../lib/util/diff.js'; import {diff} from '../lib/util/diff.js';
/** /**

View file

@ -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. * Gets the ID of the named item in Eorzea Database.
* @param {string} name * @param {string} name
* @returns {Promise<string | undefined>} * @returns {Promise<string | null>}
*/ */
export async function findItemEDBID (name) { export async function findItemEDBID (name) {
// execute a search for the item's name // execute a search for the item's name