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