DEV: Update has_accepted_answer property to track solution state

This commit is contained in:
Sérgio Saquetim
2025-06-24 16:23:18 -03:00
parent 0365e44a33
commit 47d24da9a7
@@ -47,6 +47,7 @@ function initializeWithApi(api) {
});
this.accepted_answer = acceptedAnswer;
this.has_accepted_answer = !!acceptedAnswer;
}
}
);