misc. style/doc fixes
This commit is contained in:
parent
64a5bc6af1
commit
e3fd6ae47f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
import {getMediawikiClient} from '../lib/config.js';
|
||||
import {findItemEDBID} from '../lib/api/lodestone.js';
|
||||
import {getMediawikiClient} from '../lib/config.js';
|
||||
import {diff} from '../lib/util/diff.js';
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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