mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Even better
This commit is contained in:
@@ -66,7 +66,7 @@ module.exports = class MayoClinicCommand extends Command {
|
|||||||
return {
|
return {
|
||||||
name: $('h1').first().text().trim(),
|
name: $('h1').first().text().trim(),
|
||||||
url: location,
|
url: location,
|
||||||
description: header.next('p').text()
|
description: $('p').first().text().trim()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return location;
|
return location;
|
||||||
|
|||||||
Reference in New Issue
Block a user