oops, correct assertion of missing question
This commit is contained in:
parent
e8a118f364
commit
850a603877
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue