oops, correct assertion of missing question

This commit is contained in:
Vaci Koblizek 2020-11-05 17:01:26 +00:00
parent e8a118f364
commit 850a603877

View file

@ -45,7 +45,7 @@ final class RpcState<VatId> {
void dispose() { void dispose() {
var ref = questions.find(this.id); var ref = questions.find(this.id);
if (ref != null) { if (ref == null) {
assert false: "Question ID no longer on table?"; assert false: "Question ID no longer on table?";
return; return;
} }