mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
fix url
This commit is contained in:
parent
26874ab2bf
commit
6f2ce2be4f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports = {
|
||||||
author: {
|
author: {
|
||||||
iconUrl: STATIC_ICONS.ai_summary,
|
iconUrl: STATIC_ICONS.ai_summary,
|
||||||
name: res.response.body.title || '',
|
name: res.response.body.title || '',
|
||||||
url: webUrl
|
url: webUrl[0]
|
||||||
},
|
},
|
||||||
description: '- ' + res.response.body.summaries.join('\n- '),
|
description: '- ' + res.response.body.summaries.join('\n- '),
|
||||||
footer: {
|
footer: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue