This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user