We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bec92a commit 6ea617eCopy full SHA for 6ea617e
models/ask.js
@@ -459,7 +459,7 @@ class Ask {
459
}
460
processAsk() {
461
const _this = this;
462
- if (this.anonymous) _this.anonymous = (_this.anonymous === "true" || _this.anonymous == 1 || _this.anonymous) ? true : false;
+ _this.anonymous = (_this.anonymous === "true" || _this.anonymous == 1 || _this.anonymous) ? true : false;
463
_this.responded = (_this.responded === "true" || _this.responded == 1 || _this.responded) ? true : false;
464
if (_this.ask_id) _this.ask_id = parseInt(_this.ask_id);
465
if (_this.subject_id) _this.subject_id = parseInt(_this.subject_id);
0 commit comments