up
All checks were successful
Deploy to Production / deploy (push) Successful in 7s

This commit is contained in:
lubukhu
2026-02-25 15:03:28 +07:00
parent df503f0bd6
commit 21e4ea5631
5 changed files with 5 additions and 4 deletions

View File

@@ -587,7 +587,7 @@ SenaSDK.prototype.getQuestionType = function () {
};
SenaSDK.prototype.getQuestionImage = function () {
return String(this.data?.image || '').trim();
return String(this.data?.question || '').trim();
};
SenaSDK.prototype.getRequestValue = function () {