ISSUE #258 - Specifically ignore [idForCircuitsWithoutParentNodes] in queueingStrucutre.json

This commit is contained in:
Herbert Wolverson 2023-02-09 14:15:56 +00:00
parent 11644dd1f1
commit 32a75bde0f

View File

@ -223,6 +223,9 @@ impl QueueNode {
log::warn!("{:?}", value);
}
}
"idForCircuitsWithoutParentNodes" => {
// Ignore
}
_ => log::error!("I don't know how to parse key: [{key}]"),
}
}