--
This commit is contained in:
parent
d23499e692
commit
1cb4803d2d
@ -76,7 +76,7 @@ export const Images = ({ currentQuestion }: ImagesProps) => {
|
||||
|
||||
await sendAnswer({
|
||||
questionId: currentQuestion.id,
|
||||
body: `${currentQuestion.content.variants[index].answer} <img style="width:100%; max-width:250px; max-height:250px" src="https://hbpn.link/${currentQuestion.content.variants[index].extendedText}"/>`,
|
||||
body: `${currentQuestion.content.variants[index].answer} <img style="width:100%; max-width:250px; max-height:250px" src="https://hbpn.link${currentQuestion.content.variants[index].extendedText}"/>`,
|
||||
//@ts-ignore
|
||||
qid: settings.qid
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user