Update JS docs

This commit is contained in:
advplyr 2026-03-30 16:22:27 -05:00
parent 093124aac6
commit ab3bd6f4a1

View file

@ -111,7 +111,7 @@ class Author extends Model {
*
* @param {string} name
* @param {string} libraryId
* @returns {Promise<Author>}
* @returns {Promise<{ author: Author, created: boolean }>}
*/
static async findOrCreateByNameAndLibrary(name, libraryId) {
const author = await this.getByNameAndLibrary(name, libraryId)