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

This commit is contained in:
lubukhu
2026-02-25 15:50:15 +07:00
parent bd061eb458
commit 2b4fa637b2
7 changed files with 6 additions and 7 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 () {